ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LineAreaOptions Class / GetClipping Method


In This Topic
    GetClipping Method
    In This Topic
    Gets the value of the Clipping attached property for a specified chart.
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <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)
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    [AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
    public static Clipping GetClipping( 
       C1Chart chart
    )

    Parameters

    chart
    See Also