menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DigitalGauge

    Represents the DigitalGauge UI element.

    Inheritance
    System.Object
    CommonControl
    DigitalGauge
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class DigitalGauge : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    DigitalGauge()

    Declaration
    public DigitalGauge()

    Properties

    Click

    Gets or sets the click DigitalGauge event handler for gauge in client-side.

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

    The click event.

    Create

    Gets or sets the create.

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

    The create.

    Destroy

    Gets or sets the destroy.

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

    The destroy.

    DoubleClick

    Gets or sets the double click DigitalGauge event handler for gauge in client-side.

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

    The double click event.

    EnableResize

    Gets or sets a value indicating whether [enable resize].

    Declaration
    public bool EnableResize { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable resize]; otherwise, false.

    ExportSettings

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

    Frame

    Gets the frame.

    Declaration
    public DigitalGaugeFrame Frame { get; }
    Property Value
    Type Description
    DigitalGaugeFrame

    The frame

    Height

    gets or sets of the digital gauge height.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The height.

    Init

    Gets or sets the initialize DigitalGauge occurs the gauge is initialized.

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

    The initialize.

    IsResponsive

    Gets or sets a value indicating whether [isResponsive].

    Declaration
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [isResponsive]; otherwise, false.

    Items

    Gets the items.

    Declaration
    public List<DigitalGaugeItems> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<DigitalGaugeItems>

    The items.

    Load

    Gets or sets the load DigitalGauge occurs the gauge is start to load.

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

    The load.

    Model

    Gets or sets the model.

    Declaration
    [JsonIgnore]
    public DigitalGaugeProperties Model { get; set; }
    Property Value
    Type Description
    DigitalGaugeProperties

    The model

    RenderComplete

    Gets or sets the render complete DigitalGauge occurs the gauge render is completed.

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

    The render complete.

    RightClick

    Gets or sets the right click DigitalGauge event handler for gauge in client-side.

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

    The right click event.

    Themes

    Gets or sets the themes.

    Declaration
    public Themes Themes { get; set; }
    Property Value
    Type Description
    Themes

    The themes.

    Value

    Gets or sets the value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value.

    Width

    gets or sets of the digital gauge width.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The width.

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonControl.LoadViewState(Object)

    OnInit(EventArgs)

    Raises the System.Web.UI.Control.Init event.

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    An System.EventArgs object that contains the event data.

    Overrides
    CommonControl.OnInit(EventArgs)

    OnLoad(EventArgs)

    Raises the Load event.

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Overrides
    CommonControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Raises the System.Web.UI.Control.PreRender event.

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    An System.EventArgs object that contains the event data.

    Render(HtmlTextWriter)

    Sends server control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer

    The System.Web.UI.HtmlTextWriter object that receives the server control content.

    Overrides
    CommonControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved