Skip to main content

ASPxGaugeControl.ColorScheme Property

Provides access to color scheme settings.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public ColorScheme ColorScheme { get; }

Property Value

Type Description
ColorScheme

A ColorScheme object that stores color scheme appearance settings.

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