ComponentOne Chart for WPF and Silverlight
GetClipping Method


C1.WPF.C1Chart Namespace > LineAreaOptions Class : GetClipping Method
Gets the value of the Clipping attached property for a specified chart.
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.Windows.AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
Public Shared Function GetClipping( _
   ByVal chart As C1Chart _
) As Clipping
'Usage
 
Dim chart As C1Chart
Dim value As Clipping
 
value = LineAreaOptions.GetClipping(chart)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Windows.AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
public static Clipping GetClipping( 
   C1Chart chart
)

Parameters

chart
See Also

Reference

LineAreaOptions Class
LineAreaOptions Members