[C#] | public void setRounding(bool roundMin, bool roundMax); |
[VB] | Public Sub setRounding(roundMin As Boolean, roundMax As Boolean) |
ChartDirector 7.1 (.NET Edition)
Axis.
Usage
[C#] | public void setRounding(bool roundMin, bool roundMax); |
[VB] | Public Sub setRounding(roundMin As Boolean, roundMax As Boolean) |
Description
Arguments
Argument | Default | Description |
---|---|---|
roundMin | (Mandatory) | A true value means the lesser end of the axis should be rounded to align with tick positions. A false value means no rounding. |
roundMax | (Mandatory) | A true value means the greater end of the axis should be rounded to align with tick positions. A false value means no rounding. |
Return Value