Class DigitalGauge
Class for digital gauge control.
Implements
System.Web.IHtmlString
Inherited Members
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
Assembly: Syncfusion.EJ.dll
Syntax
public class DigitalGauge : Control, IHtmlString
Constructors
DigitalGauge()
Initializes a new instance of the DigitalGauge class.
Declaration
public DigitalGauge()
DigitalGauge(String, DigitalGaugeProperties)
Initializes a new instance of the DigitalGauge class to indicate the property model.
Declaration
public DigitalGauge(string id, DigitalGaugeProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
DigitalGaugeProperties | propModel | The property model. |
Properties
DigitalGaugeModel
Gets or sets the digital gauge model.
Declaration
public DigitalGaugeProperties DigitalGaugeModel { get; set; }
Property Value
Type | Description |
---|---|
DigitalGaugeProperties | The digital gauge model. |
Model
Gets the model.
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object | The model. |
Overrides
PluginName
Gets the name of the plug in.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the plug in. |
Overrides
TagName
Gets the name of the tag.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the tag. |
Overrides
Methods
CreateContainer(String)
Creates the container.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | The control identifier. |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Renders the control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | The control identifier. |
Overrides
Implements
System.Web.IHtmlString