Skip to main content

PaletteExtensionMode Enum

Lists values that specify what to do with colors in a chart control’s palette when their number is less than the number of series (in a Chart) or points in a series (in a Pie Chart).

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.2.dll

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public enum PaletteExtensionMode

#Members

Name Description
Alternate

Repeat the full set of palette colors, alternating their normal, lightened, and darkened shades in that order.

Blend

Create a blend of two neighboring colors and insert it between these colors in the palette.

Extrapolate

Repeat the full set of palette colors, changing their shade gradually from dark to light.

#Related API Members

The following properties accept/return PaletteExtensionMode values:

See Also