ChartDirector 7.0 (PHP Edition)
BaseChart.
Usage
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