ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexPie Class / Offset Property

In This Topic
    Offset Property (C1FlexPie)
    In This Topic
    Gets or sets the offset of the slices from the pie center.
    Syntax
    'Declaration
     
    Public Property Offset As System.Double
    public System.double Offset {get; set;}
    Remarks
    The offset is measured as a fraction of the pie radius.
    See Also