ComponentOne FinancialChart for WPF
GetArcRelativeRadius Method



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

Parameters

obj
The element which contains the attached property.
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members