ChartDirector 7.1 (.NET Edition)

Chart.NColor


Usage

[C#]public static System.Drawing.Color NColor(int color);
[VB]Public Shared Function NColor(color As Integer) As System.Drawing.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

A .NET System.Drawing.Color object.