Sets the value of the OptimizationRadiusScope attached property for the specified chart.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public static void SetOptimizationRadiusScope(
	DependencyObject obj,
	OptimizationRadiusScope value
)
Visual Basic
Public Shared Sub SetOptimizationRadiusScope ( _
	obj As DependencyObject, _
	value As OptimizationRadiusScope _
)

Parameters

obj
Type: System.Windows..::..DependencyObject
value
Type: C1.Phone.Chart..::..OptimizationRadiusScope

See Also