RadialGauge Class
A Radial Gauge control.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
[ContentProperty("Scales")]
public class RadialGauge :
DXBorder
Remarks
Refer to the following sections for more information about the RadialGauge
control:
- Radial Gauge Elements (Anatomy)
- Add a Radial Gauge to a Project
- Specify Scale Display Values
- Specify Scale Layout
- Add Value Indicators to a Scale and Customize Their Appearance
- Animate Indicators
- Custom Draw Indicators
- Create a Gauge with Multiple Scales
- Configure Tickmarks
- Configure Tickmarks Based on a Condition
- Show Tickmark Value Labels
- Configure Tickmark Labels Based on a Condition
- Add Center Content
Implements
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
Object
BindableObject
Element
NavigableElement
VisualElement
View
DevExpress.Maui.Core.Internal.DXViewElement
DevExpress.Maui.Core.Internal.DXViewBaseCore
DXViewBase
DXBorder
RadialGauge
See Also