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

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

Syntax

C#
public static void SetClipping(
	C1Chart chart,
	Clipping value
)
Visual Basic
Public Shared Sub SetClipping ( _
	chart As C1Chart, _
	value As Clipping _
)

See Also