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


In This Topic
    SetClipping Method
    In This Topic
    Sets the value of the ClippingProperty attached property for a specified chart.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetClipping( _
       ByVal chart As C1Chart, _
       ByVal value As Clipping _
    ) 
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Clipping
     
    LineAreaOptions.SetClipping(chart, value)
    public static void SetClipping( 
       C1Chart chart,
       Clipping value
    )

    Parameters

    chart
    value
    See Also