ChartDirector 7.1 (.NET Edition)

Chart.toWPFColor2


Usage

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

Description

Converts an array of ChartDirector colors to an array of System.Windows.Media.Color objects.

This method is the reverse of Chart.fromWPFColor2.

Arguments

ArgumentDefaultDescription
colors(Mandatory)An array of ChartDirector colors.

Return Value

An array of System.Windows.Media.Color objects.