DxBarGauge Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Background |
Specifies the bar background color. |
Bar |
Specifies the distance between bars. |
Base |
Specifies the bar gauge’s base value. |
Css |
Assigns a CSS class to the gauge component.
Inherited from Gauge |
Enabled |
Specifies whether the gauge component responds to user interaction.
Inherited from Gauge |
End |
Specifies the bar gauge’s end value. |
Height |
Specifies the component’s height.
Inherited from Gauge |
Id |
Specifies the component’s unique identifier.
Inherited from Gauge |
Inner |
Specifies the relative radius of the innermost circular bar. |
Label |
Specifies how the component displays overlapping labels. |
Palette | Specifies the color scheme for bars. |
Palette |
Specifies how to extend the component’s palette when the number of colors is less than the number of bars. |
Redraw |
Specifies whether to redraw the gauge when its container’s size changes.
Inherited from Gauge |
Start |
Specifies the bar gauge’s start value. |
Values | Specifies an array of values that contains bar gauge data. |
Width |
Specifies the component’s width.
Inherited from Gauge |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Export |
Exports gauge data to a file in the specified format.
Inherited from Gauge |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the component’s SVG markup.
Inherited from Gauge |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Print |
Invokes the browser’s Print dialog.
Inherited from Gauge |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Exported |
Fires after the gauge is exported.
Inherited from Gauge |
Rendered |
Fires after the gauge component is rendered.
Inherited from Gauge |