Skip to main content

PaletteRepository.PaletteNames Property

Gets an array of available palette names.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string[] PaletteNames { get; }

Property Value

Type Description
String[]

A String array of palette names.

Remarks

Currently available predefined palette names are listed below (note that in compound palette names, words are separated by white space).

Name Colors
Nature Colors Palettes_NatureColors
Pastel Kit Palettes_PastelKit
In A Fog Palettes_InAFog
Terracotta Pie Palettes_TerracottaPie
Northern Lights Palettes_NorthernLights
Chameleon Palettes_Chameleon
The Trees Palettes_TheTrees
Mixed Palettes_Mixed
Office Palettes_Office
Office 2013 Palettes_Office2013
Black And White Palettes_BlackAndWhite
Grayscale Palettes_Grayscale
Apex Palettes_Apex
Aspect Palettes_Aspect
Civic Palettes_Civic
Concourse Palettes_Concourse
Equity Palettes_Equity
Flow Palettes_Flow
Foundry Palettes_Foundry
Median Palettes_Median
Metro Palettes_Metro
Module Palettes_Module
Opulent Palettes_Opulent
Oriel Palettes_Oriel
Origin Palettes_Origin
Paper Palettes_Paper
Solstice Palettes_Solstice
Technic Palettes_Technic
Trek Palettes_Trek
Urban Palettes_Urban
Verve Palettes_Verve
See Also