Skip to main content

BootstrapRangeSelectorChart.Palette Property

Specifies the predefined DevExtreme palette used by the chart.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
VizPalette Material

A VizPalette enumeration value.

Available values:

Show 15 items
Name Description
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