ChartDirector Ver 3.0 (C++ Edition)

BaseChart.dashLineColor


Usage

int dashLineColor(int color, int dashPattern = DashLine);

Description

Create dash line colors.

A dash line color is a dynamic color that switches on and off periodically. When it is used to draw a line, the line will appear as a dash line.

This method is the same as DrawArea.dashLineColor. Please refer to DrawArea.dashLineColor for details.

Arguments

ArgumentDefaultDescription
color(Mandatory)The color to draw the dash line.
patternCode(Mandatory)A 4-byte integer representing the style of the dash line.

Return Value

Return a 32-bit integer acting as a handle to the dash line color. The handle can be used in any ChartDirector API that expects a color as an argument.