Gets the value of the Clipping attached property for a specified chart.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static Clipping GetClipping(
	C1Chart chart
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared Function GetClipping ( _
	chart As C1Chart _
) As Clipping

Return Value

See Also