menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CircularIndicators

    Class for circular gauge indicators.

    Inheritance
    System.Object
    EJTagHelper
    CircularIndicators
    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 CircularIndicators : EJTagHelper

    Constructors

    CircularIndicators()

    Declaration
    public CircularIndicators()

    Properties

    Height

    Gets or sets the Height.

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

    Specify indicator height of circular gauge.

    Position

    Gets or sets the Position.

    Declaration
    [JsonProperty("position")]
    public IndicatorPosition Position { get; set; }
    Property Value
    Type Description
    IndicatorPosition

    Specify position of circular gauge.

    StateRangeCollection

    Gets or sets the CustomLabel.

    Declaration
    public virtual List<CircularStateRanges> StateRangeCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularStateRanges>

    Specify the options for custom label.

    StateRanges

    Gets or sets the StateRanges.

    Declaration
    [JsonProperty("stateRanges")]
    public List<CircularStateRanges> StateRanges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularStateRanges>

    Specify the various states of circular gauge.

    Type

    Gets or sets the Type.

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

    Specify indicator style of circular gauge.

    Width

    Gets or sets the Width.

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

    Specify indicator width of circular gauge.

    Methods

    ShouldSerializePosition()

    Shoulds the serialize position.

    Declaration
    public bool ShouldSerializePosition()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeStateRanges()

    Shoulds the serialize state ranges.

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