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


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

    Parameters

    chart
    See Also