ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieOptions Class / SetOffset Method


In This Topic
    SetOffset Method
    In This Topic
    Sets the value of the Offset attached property for the specified chart. The Offset property controls the distance of pie slices from the center(Explosion).
    Syntax
    'Declaration
     
    
    Public Shared Sub SetOffset( _
       ByVal chart As C1Chart, _
       ByVal value As Double _
    ) 
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Double
     
    PieOptions.SetOffset(chart, value)
    public static void SetOffset( 
       C1Chart chart,
       double value
    )

    Parameters

    chart
    value
    See Also