ChartDirector 7.1 (.NET Edition)

Chart.greenMetalGradient


Declaration

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

Description

A constant array of integers to represent a gradient that looks like a green metallic color.

The array is in a format that can be directly used in BaseChart.gradientColor2 and DrawArea.gradientColor2. Its contents (in hex) is:

00 98E098 60 F0FFF0 B0 D8F0D8 100 98E098

See Color Specification on how colors are represented in ChartDirector.