ChartDirector 5.1 (.NET Edition)

Chart.NColor


Usage

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

Description

Converts a ChartDirector color to a .NET System.Drawing.Color object.

This method is the reverse of Chart.CColor.

Arguments

ArgumentDefaultDescription
color(Mandatory)A ChartDirector color.

Return Value

An .NET System.Drawing.Color object.