[VB] | Public Sub setMarkColor(lineColor As Integer [, textColor As Integer [, tickColor As Integer ]]) |
[C#] | public void setMarkColor(int lineColor [, int textColor [, int tickColor ]]); |
ChartDirector 5.1 (.NET Edition)
Mark.setMarkColor
Usage
[VB] | Public Sub setMarkColor(lineColor As Integer [, textColor As Integer [, tickColor As Integer ]]) |
[C#] | public void setMarkColor(int lineColor [, int textColor [, int tickColor ]]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
lineColor | (Mandatory) | The color of the mark line. |
textColor | -1 | The color of the text label that will be shown on the axis. -1 means the text label color is the same as the line color. |
tickColor | -1 | The color of the tick that will be shown on the axis. -1 means the tick color is the same as the line color. |
Return Value