ChartDirector 7.1 (.NET Edition)

Chart.NColor2


Usage

[C#]public static System.Drawing.Color[] NColor2(int[] colors);
[VB]Public Shared Function NColor2(colors As Integer()) As System.Drawing.Color()

Description

Converts an array of ChartDirector colors to an array of .NET System.Drawing.Color objects.

This method is the reverse of Chart.CColor2.

Arguments

ArgumentDefaultDescription
colors(Mandatory)An array of ChartDirector colors.

Return Value

An array of .NET System.Drawing.Color objects.