menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SubGauge

    Class for sub gauge.

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

    Constructors

    SubGauge()

    Declaration
    public SubGauge()

    Properties

    ControlID

    Gets or sets the controlID.

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

    Specifies the control identifier.

    Height

    Gets or sets the Height.

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

    Specifies the height.

    Position

    Gets or sets the Position.

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

    Specifies the position of sub gauge.

    Width

    Gets or sets the Width.

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

    Specifies the width.

    Methods

    ShouldSerializePosition()

    Shoulds the serialize position.

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