Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / FirstSliceAngle Property


In This Topic
    FirstSliceAngle Property
    In This Topic
    Gets or sets the angle of the first pie-chart or doughnut-chart slice, in degrees (clockwise from vertical).
    Syntax
    'Declaration
     
    Property FirstSliceAngle As Integer
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Integer
     
    instance.FirstSliceAngle = value
     
    value = instance.FirstSliceAngle
    int FirstSliceAngle {get; set;}
    Remarks
    Applies only to pie, 3D pie, and doughnut charts. Can be a value from 0 through 360.
    See Also