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.ChartAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Default | 0 | Specifies the Default color theme used in the Chart's data series. | |
| Standard | 1 | Specifies the Standard color theme used in the Chart's data series. | |
| Office | 2 | Specifies the Office color theme used in the Chart's data series. | |
| GrayScale | 3 | Specifies the GrayScale color theme used in the Chart's data series. | |
| Apex | 4 | Specifies the Apex color theme used in the Chart's data series. | |
| Aspect | 5 | Specifies the Aspect color theme used in the Chart's data series. | |
| Civic | 6 | Specifies the Civic color theme used in the Chart's data series. | |
| Concourse | 7 | Specifies the Concourse color theme used in the Chart's data series. | |
| Equity | 8 | Specifies the Equity color theme used in the Chart's data series. | |
| Flow | 9 | Specifies the Flow color theme used in the Chart's data series. | |
| Foundry | 10 | Specifies the Foundry color theme used in the Chart's data series. | |
| Median | 11 | Specifies the Median color theme used in the Chart's data series. | |
| Metro | 12 | Specifies the Metro color theme used in the Chart's data series. | |
| Module | 13 | Specifies the Module color theme used in the Chart's data series. | |
| Opulent | 14 | Specifies the Opulent color theme used in the Chart's data series. | |
| Oriel | 15 | Specifies the Oriel color theme used in the Chart's data series. | |
| Origin | 16 | Specifies the Origin color theme used in the Chart's data series. | |
| Paper | 17 | Specifies the Paper color theme used in the Chart's data series. | |
| Solstice | 18 | Specifies the Solstice color theme used in the Chart's data series. | |
| Technic | 19 | Specifies the Technic color theme used in the Chart's data series. | |
| Trek | 20 | Specifies the Trek color theme used in the Chart's data series. | |
| Urban | 21 | Specifies the Urban color theme used in the Chart's data series. | |
| Verve | 22 | Specifies the Verve color theme used in the Chart's data series. |