GaugeControlBase.ResetColorScheme() Method
Sets the GaugeControlBase.ColorScheme property to its default value.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Remarks
Color Schemes are used to colorize different gauge elements with the same color in a unified way. To select which elements should be affected, use the ColorScheme.TargetElements property. The ColorScheme.Color property sets the color applied to the elements selected. The ResetColorScheme method resets the color scheme’s settings to default values.
See the Color Schemes topic to learn more.
See Also