ComponentOne Chart for WPF and Silverlight
GetOptimizationRadiusScope Method


C1.WPF.C1Chart Namespace > LineAreaOptions Class : GetOptimizationRadiusScope Method
Gets the value of the OptimizationRadiusScope attached property for the specified chart.
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.Windows.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)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Windows.AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
public static OptimizationRadiusScope GetOptimizationRadiusScope( 
   C1Chart chart
)

Parameters

chart
See Also

Reference

LineAreaOptions Class
LineAreaOptions Members