Skip to main content
All docs
V24.1

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 Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
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 DxComponentBase.
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