menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class DigitalGaugeProperties

    Class for digital gauge properties.

    Inheritance
    System.Object
    EJTagHelper
    DigitalGaugeProperties
    Inherited Members
    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 DigitalGaugeProperties : EJTagHelper

    Constructors

    DigitalGaugeProperties()

    Declaration
    public DigitalGaugeProperties()

    Properties

    Click

    Gets or sets Click event handler.

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

    Triggers when the clicking the gauge

    Create

    Gets or sets the create.

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

    Triggers when the gauge is Created.

    Destroy

    Gets or sets the Destroy.

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

    Triggers when the gauge is destroyed.

    DoubleClick

    Gets or sets Double Click event handler.

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

    Triggers when the double-clicking the gauge

    EnableResize

    Gets or sets EnableResize.

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

    Specifies the resize option of the DigitalGauge.

    ExportSettings

    Gets or sets the export settings.

    Declaration
    [JsonProperty("exportSettings")]
    public DigitalGaugeExportSettings ExportSettings { get; set; }
    Property Value
    Type Description
    DigitalGaugeExportSettings

    Frame

    Gets or sets the Frame.

    Declaration
    [JsonProperty("frame")]
    public DigitalGaugeFrame Frame { get; set; }
    Property Value
    Type Description
    DigitalGaugeFrame

    Specifies the frame of the Digital gauge.

    Height

    Gets or sets the Height.

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

    Specifies the height.

    Init

    Gets or sets the Init.

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

    Triggers when the gauge is initialized.

    IsResponsive

    Gets or sets IsResponsive.

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

    Specifies the resize option of the DigitalGauge.

    ItemRendering

    Gets or sets the ItemRendering.

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

    Triggers when the gauge item rendering.

    Items

    Gets or sets the Items.

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

    Specifies the items for the DigitalGauge.

    Load

    Gets or sets Load.

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

    Triggers when the gauge is start to load.

    RenderComplete

    Gets or sets the value for RenderComplete.

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

    Triggers when the gauge render is completed.

    RightClick

    Gets or sets Right Click event handler.

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

    Triggers when the right-clicking on the gauge

    Themes

    Gets or sets the Themes.

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

    Specifies the themes for the Digital gauge.

    Value

    Gets or sets the Value.

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

    Specifies the value.

    Width

    Gets or sets the Width.

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

    Specifies the width.

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()

    ShouldSerializeDigitalGaugeItems()

    Shoulds the serialize digital gauge items.

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