Class ChartPolarAngle

    Show / Hide Table of Contents

    Class ChartPolarAngle

    Represents the polar and radar chart axis start angle for primary axis, secondary axis, or both axes.

    Inheritance
    System.Object
    ChartPolarAngle
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class ChartPolarAngle : Enum

    Fields

    Rotate0

    Indicates chart polar and radar angle axis start position at 0 degree angle.

    Declaration
    public const ChartPolarAngle Rotate0
    Field Value
    Type Description
    ChartPolarAngle

    Rotate180

    Indicates chart polar and radar angle axis start position at 180 degree angle.

    Declaration
    public const ChartPolarAngle Rotate180
    Field Value
    Type Description
    ChartPolarAngle

    Rotate270

    Indicates chart polar and radar angle axis start position at 270 degree angle.

    Declaration
    public const ChartPolarAngle Rotate270
    Field Value
    Type Description
    ChartPolarAngle

    Rotate90

    Indicates chart polar and radar angle axis start position at 90 degree angle.

    Declaration
    public const ChartPolarAngle Rotate90
    Field Value
    Type Description
    ChartPolarAngle

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved