ChartDirector 5.1 (.NET Edition)

Chart.defaultPalette


Declaration

[VB] Public Shared ReadOnly defaultPalette() As Integer
[C#] public static readonly int[] defaultPalette;

Description

A constant array of integers to represent the default palette.

The array is in a format that can be directly used in BaseChart.setColors and DrawArea.setColorTable.

See Color Specification on how colors are represented in ChartDirector.