[C#] | public int dashLineColor(int color [, int patternCode ]); |
[VB] | Public Function dashLineColor(color As Integer [, patternCode As Integer ]) As Integer |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public int dashLineColor(int color [, int patternCode ]); |
[VB] | Public Function dashLineColor(color As Integer [, patternCode As Integer ]) As Integer |
Description
Constant | Value (in Hex) | Dash Line Style |
---|---|---|
DashLine | 00000505 | |
DotLine | 00000202 | |
DotDashLine | 05050205 | |
AltDashLine | 0A050505 |
Arguments
Argument | Default | Description |
---|---|---|
color | (Mandatory) | The color to draw the dash line. |
patternCode | DashLine | A 4-byte integer representing the style of the dash line. |
Return Value