ComponentOne Chart for WPF and Silverlight
SetOptimizationRadiusScope Method


C1.WPF.C1Chart Namespace > LineAreaOptions Class : SetOptimizationRadiusScope Method
Sets the value of the OptimizationRadiusScope attached property for the specified chart.
Syntax
'Declaration
 
Public Shared Sub SetOptimizationRadiusScope( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As OptimizationRadiusScope _
) 
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As OptimizationRadiusScope
 
LineAreaOptions.SetOptimizationRadiusScope(obj, value)
public static void SetOptimizationRadiusScope( 
   System.Windows.DependencyObject obj,
   OptimizationRadiusScope value
)

Parameters

obj
value
See Also

Reference

LineAreaOptions Class
LineAreaOptions Members