ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LineAreaOptions Class / GetOptimizationRadius Method


In This Topic
    GetOptimizationRadius Method
    In This Topic
    Gets the value of the OptimizationRadius attached property for a specified chart.
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
    Public Shared Function GetOptimizationRadius( _
       ByVal chart As DependencyObject _
    ) As Double
    'Usage
     
    
    Dim chart As DependencyObject
    Dim value As Double
     
    value = LineAreaOptions.GetOptimizationRadius(chart)
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    [AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
    public static double GetOptimizationRadius( 
       DependencyObject chart
    )

    Parameters

    chart
    See Also