menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CircularLabels

    Class for circular gauge labels

    Inheritance
    System.Object
    EJTagHelper
    CircularLabels
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularLabels : EJTagHelper

    Constructors

    CircularLabels()

    Declaration
    public CircularLabels()

    Properties

    Angle

    Gets or sets the Angle.

    Declaration
    [JsonProperty("angle")]
    public int Angle { get; set; }
    Property Value
    Type Description
    System.Int32

    Specifies the value for angle.

    AutoAngle

    Gets or sets a value indicating whether [AutomaticAngle].

    Declaration
    [JsonProperty("autoAngle")]
    public bool AutoAngle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [automatic angle]; otherwise, false.

    Color

    Gets or sets the Color.

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the value for color.

    DistanceFromScale

    Gets or sets the DistanceFromScale.

    Declaration
    [JsonProperty("distanceFromScale")]
    public double DistanceFromScale { get; set; }
    Property Value
    Type Description
    System.Double

    Specify distanceFromScale value for ranges of circular gauge.

    Font

    Gets or sets the Font.

    Declaration
    [JsonProperty("font")]
    public CircularFont Font { get; set; }
    Property Value
    Type Description
    CircularFont

    Specified options to customize the font.

    IncludeFirstValue

    Gets or sets a value indicating whether [IncludeFirstValue].

    Declaration
    [JsonProperty("includeFirstValue")]
    public bool IncludeFirstValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [include first value]; otherwise, false.

    Opacity

    Gets or sets the Opacity.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the opacity.

    Placement

    Gets or sets the Placement.

    Declaration
    [JsonProperty("placement")]
    [JsonConverter(typeof(StringEnumConverter))]
    public LabelPlacement Placement { get; set; }
    Property Value
    Type Description
    LabelPlacement

    Specify label placement of circular gauge.

    Type

    Gets or sets the Type.

    Declaration
    [JsonProperty("type")]
    [JsonConverter(typeof(StringEnumConverter))]
    public GaugeTypes Type { get; set; }
    Property Value
    Type Description
    GaugeTypes

    Specifies the value for type.

    UnitText

    Gets or sets UnitText.

    Declaration
    [JsonProperty("unitText")]
    public string UnitText { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the value for unit text.

    UnitTextPosition

    Gets or sets the UnitTextPosition.

    Declaration
    [JsonProperty("unitTextPosition")]
    [JsonConverter(typeof(StringEnumConverter))]
    public UnitTextPlacement UnitTextPosition { get; set; }
    Property Value
    Type Description
    UnitTextPlacement

    Specify unitTextPosition of circular gauge.

    Methods

    ShouldSerializeFont()

    Shoulds the serialize font.

    Declaration
    public bool ShouldSerializeFont()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved