ChartDirector 7.1 (.NET Edition)

Chart.redMetalGradient


Declaration

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

Description

A constant array of integers to represent a gradient that looks like a red 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 E09898 60 FFF0F0 B0 F0D8D8 100 E09898

See Color Specification on how colors are represented in ChartDirector.