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

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

Syntax

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

See Also