ChartDirector 7.1 (.NET Edition)

Chart.toWPFColor


Usage

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

Description

Converts a ChartDirector color to a System.Windows.Media.Color object.

This method is the reverse of Chart.fromWPFColor.

Arguments

ArgumentDefaultDescription
color(Mandatory)A ChartDirector color.

Return Value

A System.Windows.Media.Color object.