[C#] | public void setMarkColor(int lineColor [, int textColor [, int tickColor ]]); |
[VB] | Public Sub setMarkColor(lineColor As Integer [, textColor As Integer [, tickColor As Integer ]]) |
ChartDirector 7.1 (.NET Edition)
Mark.
Usage
[C#] | public void setMarkColor(int lineColor [, int textColor [, int tickColor ]]); |
[VB] | Public Sub setMarkColor(lineColor As Integer [, textColor As Integer [, tickColor As Integer ]]) |
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