ASPxGaugeControl.ColorScheme Property
In This Article
Provides access to color scheme settings.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public ColorScheme ColorScheme { get; }
#Property Value
Type | Description |
---|---|
Color |
A Color |
#Remarks
Color schemes provide a unified gauge appearance by painting multiple gauge elements at once using the same color. See the Color Schemes article for more details.
#Implements
DevExpress.XtraGauges.Base.IGaugeContainer.ColorScheme
See Also