ComponentOne FinancialChart for WPF
SetArcRelativeRadius Method



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

Parameters

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

Reference

C1RadialPanel Class
C1RadialPanel Members