ComponentOne FinancialChart for WPF
SetArcThickness Method



C1.WPF Namespace > C1RadialPanel Class : SetArcThickness Method
The element which contains the attached property.
Sets the arc thickness value.
Syntax
'Declaration
 
Public Shared Sub SetArcThickness( _
   ByVal obj As DependencyObject, _
   ByVal value As Double _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As Double
 
C1RadialPanel.SetArcThickness(obj, value)
public static void SetArcThickness( 
   DependencyObject obj,
   double value
)
public:
static void SetArcThickness( 
   DependencyObject^ obj,
   double value
) 

Parameters

obj
The element which contains the attached property.
value
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members