ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialPanel Class / ArcRelativeRadiusProperty Field



In This Topic
    ArcRelativeRadiusProperty Field
    In This Topic
    This attached property specifies the relative radius which should be used to count the ArcSegmentDefinition attached property for the specified element. The default value is 1.0.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ArcRelativeRadiusProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1RadialPanel.ArcRelativeRadiusProperty
    public static readonly DependencyProperty ArcRelativeRadiusProperty
    public:
    static readonly DependencyProperty^ ArcRelativeRadiusProperty
    Remarks
    The actual arc radius will be counted as C1RadialPanel radius multiplied by ArcRelativeRadius property value. If this property is set on the parent ItemsControl, C1RadialPanel will honor it at counting ArcSegmentDefinition for individual items.
    See Also