ChartDirector 7.1 (.NET Edition)

Chart.transparentPalette


Declaration

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

Description

A constant array of integers to represent the semi-transparent 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.