Class CircularGauge
Class for circular 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 CircularGauge : Control, IHtmlString
Constructors
CircularGauge()
Initializes a new instance of the CircularGauge class.
Declaration
public CircularGauge()
CircularGauge(String, CircularGaugeProperties)
Initializes a new instance of the CircularGauge class to indicate the property model.
Declaration
public CircularGauge(string id, CircularGaugeProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
CircularGaugeProperties | propModel | The property model. |
Properties
CircularGaugeModel
Gets or sets the CircularGaugeModel.
Declaration
public CircularGaugeProperties CircularGaugeModel { get; set; }
Property Value
Type | Description |
---|---|
CircularGaugeProperties | The circular gauge model. |
Model
Gets the model.
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object | The model. |
Overrides
PluginName
Gets the PluginName.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String | Specifies the name of the plug in. |
Overrides
TagName
Gets the TagName.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String | Specifies the value for tag name. |
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