Back to Devexpress

DxBarGauge Properties

blazor-devexpress-dot-blazor-dot-dxbargauge-dot-underscore-properties.md

latest2.6 KB
Original Source

DxBarGauge Properties

A component that visualizes data as circular bars where each bar indicates a single value.

NameDescription
BackgroundColorSpecifies the bar background color.
BarSpacingSpecifies the distance between bars.
BaseValueSpecifies the bar gauge’s base value.
CssClassAssigns a CSS class to the gauge component. Inherited from GaugeBase.
EnabledSpecifies whether the gauge component responds to user interaction. Inherited from GaugeBase.
EndValueSpecifies the bar gauge’s end value.
HeightSpecifies the component’s height. Inherited from GaugeBase.
IdSpecifies the component’s unique identifier. Inherited from GaugeBase.
InnerRadiusSpecifies the relative radius of the innermost circular bar.
LabelOverlapSpecifies how the component displays overlapping labels.
PaletteSpecifies the color scheme for bars.
PaletteExtensionModeSpecifies how to extend the component’s palette when the number of colors is less than the number of bars.
RedrawOnResizeSpecifies whether to redraw the gauge when its container’s size changes. Inherited from GaugeBase.
StartValueSpecifies the bar gauge’s start value.
ValuesSpecifies an array of values that contains bar gauge data.
WidthSpecifies the component’s width. Inherited from GaugeBase.

See Also

DxBarGauge Class

DxBarGauge Members

DevExpress.Blazor Namespace