Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexPie Class / Offset Property


In This Topic
    Offset Property (FlexPie)
    In This Topic
    Gets or sets the offset of the slices from the pie center.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Offset")>
    <BrowsableAttribute(True)>
    Public Property Offset As Double
    'Usage
     
    
    Dim instance As FlexPie
    Dim value As Double
     
    instance.Offset = value
     
    value = instance.Offset
    [Foundation.Export("Offset")]
    [Browsable(true)]
    public double Offset {get; set;}
    Remarks
    The offset is measured as a fraction of the pie radius.
    See Also