alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AngleType

    Specifies the types of angle object.

    Inheritance
    System.Object
    AngleType
    Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class AngleType : Enum

    Fields

    DEG

    "DEG" type of angle.

    Declaration
    public const AngleType DEG
    Field Value
    Type
    AngleType

    GRAD

    "GRAD" type of angle.

    Declaration
    public const AngleType GRAD
    Field Value
    Type
    AngleType

    RAD

    "RAD" type of angle.

    Declaration
    public const AngleType RAD
    Field Value
    Type
    AngleType

    UNKNOWN

    "UNKNOWN" type of angle.

    Declaration
    public const AngleType UNKNOWN
    Field Value
    Type
    AngleType

    UNSPECIFIED

    "UNSPECIFIED" type of angle.

    Declaration
    public const AngleType UNSPECIFIED
    Field Value
    Type
    AngleType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved