[C#] | public ArrayMath selectRegularSpacing(int majorTickStep [, int minorTickStep [, int initialMargin ]]); |
[VB] | Public Function selectRegularSpacing(majorTickStep As Integer [, minorTickStep As Integer [, initialMargin As Integer ]]) As ArrayMath |
ChartDirector 7.1 (.NET Edition)
ArrayMath.
Usage
[C#] | public ArrayMath selectRegularSpacing(int majorTickStep [, int minorTickStep [, int initialMargin ]]); |
[VB] | Public Function selectRegularSpacing(majorTickStep As Integer [, minorTickStep As Integer [, initialMargin As Integer ]]) As ArrayMath |
Description
Arguments
Argument | Default | Description |
---|---|---|
majorTickStep | (Mandatory) | The spacing between major ticks. |
minorTickStep | 0 | The spacing between minor ticks. 0 means no minor tick will be used. |
initialMargin | 0 | The position of the first tick. |
Return Value