Skip to main content

Palettes.BlackAndWhite Property

Gets the BlackAndWhite palette of colors.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public static Palette BlackAndWhite { get; }

Property Value

Type Description
Palette

A Palette object that is the BlackAndWhite palette.

Remarks

The image below shows the BlackAndWhite palette.

Palettes_BlackAndWhite

For more information, see the Appearance Customization section.

See Also