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


In This Topic
    StartAngle Property (FlexPie)
    In This Topic
    Gets or sets the starting angle for the pie slices, in degrees.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("StartAngle")>
    <BrowsableAttribute(True)>
    Public Property StartAngle As Double
    'Usage
     
    
    Dim instance As FlexPie
    Dim value As Double
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    [Foundation.Export("StartAngle")]
    [Browsable(true)]
    public double StartAngle {get; set;}
    Remarks
    Angles are measured clockwise, starting at the 9 o'clock position.
    See Also