Skip to main content
A newer version of this page is available.

BootstrapRangeSelector.PaletteExtensionMode Property

Specifies what to do with colors in the palette of the Range Selector’s chart when their number is less than the number of series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public override PaletteExtensionMode PaletteExtensionMode { get; set; }

Property Value

Type Description
PaletteExtensionMode

A PaletteExtensionMode enumeration value.

Available values:

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.

See Also