Class DigitalGauge
Represents the DigitalGauge UI element.
Implements
Inherited Members
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 |
|
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 |
|
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
LoadViewState(Object)
Declaration
protected override void LoadViewState(object state)
Parameters
Type | Name | Description |
---|---|---|
System.Object | state |
Overrides
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
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
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. |