[VB] | Public Sub setTickWidth(majorTickWidth As Integer [, minorTickWidth As Integer ]) |
[C#] | public void setTickWidth(int majorTickWidth [, int minorTickWidth ]); |
ChartDirector 5.1 (.NET Edition)
Axis.setTickWidth
Usage
[VB] | Public Sub setTickWidth(majorTickWidth As Integer [, minorTickWidth As Integer ]) |
[C#] | public void setTickWidth(int majorTickWidth [, int minorTickWidth ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
majorTickWidth | (Mandatory) | The width of the major ticks in pixels. |
minorTickWidth | -1 | The width of the minor ticks in pixels. -1 means the width is the same as majorTickWidth. |
Return Value