DxBarGauge Properties
A component that visualizes data as circular bars where each bar indicates a single value.| Name | Description |
|---|---|
| BackgroundColor | Specifies the bar background color. |
| BarSpacing | Specifies the distance between bars. |
| BaseValue | Specifies the bar gauge’s base value. |
| CssClass | Assigns a CSS class to the gauge component. Inherited from GaugeBase. |
| Enabled | Specifies whether the gauge component responds to user interaction. Inherited from GaugeBase. |
| EndValue | Specifies the bar gauge’s end value. |
| Height | Specifies the component’s height. Inherited from GaugeBase. |
| Id | Specifies the component’s unique identifier. Inherited from GaugeBase. |
| InnerRadius | Specifies the relative radius of the innermost circular bar. |
| LabelOverlap | Specifies how the component displays overlapping labels. |
| Palette | Specifies the color scheme for bars. |
| PaletteExtensionMode | Specifies how to extend the component’s palette when the number of colors is less than the number of bars. |
| RedrawOnResize | Specifies whether to redraw the gauge when its container’s size changes. Inherited from GaugeBase. |
| StartValue | 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 GaugeBase. |
See Also