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


In This Topic
    GetOffset Method
    In This Topic
    Gets 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
     
    
    <AttachedPropertyBrowsableForTypeAttribute(C1.WPF.C1Chart.C1Chart)>
    Public Shared Function GetOffset( _
       ByVal chart As C1Chart _
    ) As Double
    'Usage
     
    
    Dim chart As C1Chart
    Dim value As Double
     
    value = PieOptions.GetOffset(chart)
    [AttachedPropertyBrowsableForType(C1.WPF.C1Chart.C1Chart)]
    public static double GetOffset( 
       C1Chart chart
    )

    Parameters

    chart
    See Also