[C#] | public void setTickColor(int majorTickColor [, int minorTickColor ]); |
[VB] | Public Sub setTickColor(majorTickColor As Integer [, minorTickColor As Integer ]) |
ChartDirector 7.1 (.NET Edition)
Axis.
Usage
[C#] | public void setTickColor(int majorTickColor [, int minorTickColor ]); |
[VB] | Public Sub setTickColor(majorTickColor As Integer [, minorTickColor As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
majorTickColor | (Mandatory) | The color of the major ticks. |
minorTickColor | -1 | The color of the minor ticks. -1 means the color is the same as majorTickColor. |
Return Value