Sets the value of the RadiusXProperty attached property for a specified chart.

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

Syntax

C#
public static void SetRadiusX(
	C1Chart chart,
	double value
)
Visual Basic
Public Shared Sub SetRadiusX ( _
	chart As C1Chart, _
	value As Double _
)

See Also