This enumeration specifies color themes used to generate colors for data series. Named color themes other than Custom are similar to those in Microsoft Office.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public enum Palette
Visual Basic
Public Enumeration Palette
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
Default0 Specifies the Default color theme used in the Chart's data series.
Standard1 Specifies the Standard color theme used in the Chart's data series.
Office2 Specifies the Office color theme used in the Chart's data series.
GrayScale3 Specifies the GrayScale color theme used in the Chart's data series.
Apex4 Specifies the Apex color theme used in the Chart's data series.
Aspect5 Specifies the Aspect color theme used in the Chart's data series.
Civic6 Specifies the Civic color theme used in the Chart's data series.
Concourse7 Specifies the Concourse color theme used in the Chart's data series.
Equity8 Specifies the Equity color theme used in the Chart's data series.
Flow9 Specifies the Flow color theme used in the Chart's data series.
Foundry10 Specifies the Foundry color theme used in the Chart's data series.
Median11 Specifies the Median color theme used in the Chart's data series.
Metro12 Specifies the Metro color theme used in the Chart's data series.
Module13 Specifies the Module color theme used in the Chart's data series.
Opulent14 Specifies the Opulent color theme used in the Chart's data series.
Oriel15 Specifies the Oriel color theme used in the Chart's data series.
Origin16 Specifies the Origin color theme used in the Chart's data series.
Paper17 Specifies the Paper color theme used in the Chart's data series.
Solstice18 Specifies the Solstice color theme used in the Chart's data series.
Technic19 Specifies the Technic color theme used in the Chart's data series.
Trek20 Specifies the Trek color theme used in the Chart's data series.
Urban21 Specifies the Urban color theme used in the Chart's data series.
Verve22 Specifies the Verve color theme used in the Chart's data series.

See Also