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

BootstrapRangeSelectorChart.Palette Property

Specifies the predefined DevExtreme palette used by the chart.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(VizPalette.Material)]
public VizPalette Palette { get; set; }

Property Value

Type Default Description
VizPalette **Material**

A VizPalette enumeration value.

Available values:

Show 16 items
Name Description
Default

BootstrapCharts_DefaultPallete

SoftPastel

BootstrapCharts_SoftPastelPallete

HarmonyLight

BootstrapCharts_HarmonyLightPallete

Pastel

BootstrapCharts_PastelPallete

Bright

BootstrapCharts_BrightPallete

Soft

BootstrapCharts_SoftPallete

Ocean

BootstrapCharts_OceanPallete

Vintage

BootstrapCharts_VintagePallete

Violet

BootstrapCharts_VioletPallete

Carmine

BootstrapCharts_CarminePallete

DarkMoon

BootstrapCharts_DarkMoonPallete

SoftBlue

BootstrapCharts_SoftBluePallete

DarkViolet

BootstrapCharts_DarkVioletPallete

GreenMist

BootstrapCharts_GreenMistPallete

Office

BootstrapCharts_OfficePallete

Material

BootstrapCharts_MaterialPallete

See Also