Xceed Words for .NET v5.2 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / DoughnutChart Class / FirstSliceAngle Property


In This Topic
    FirstSliceAngle Property
    In This Topic
    Gets or sets the angle of the first slice in the DoughnutChart.
    Syntax
    'Declaration
     
    
    Public Property FirstSliceAngle As Integer
    'Usage
     
    
    Dim instance As DoughnutChart
    Dim value As Integer
     
    instance.FirstSliceAngle = value
     
    value = instance.FirstSliceAngle
    public int FirstSliceAngle {get; set;}
    Remarks

    The value of this property is in degrees, which means that the value given must be between 0 & 360.

    Note that a value of 0 represents the top part of the DoughnutChart.

    Supported Frameworks

    .NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.

    .NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.

    See Also