ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieInfo Structure / Offset Field


In This Topic
    Offset Field
    In This Topic
    Gets or sets the radial offset of pie slice from the center.
    Syntax
    'Declaration
     
    
    Public Offset As Double
    'Usage
     
    
    Dim instance As PieInfo
    Dim value As Double
     
    value = instance.Offset
     
    instance.Offset = value
    public double Offset
    See Also