#include <ChartStandardAxis.h>
Public Member Functions | |
void | SetTickIncrement (bool bAuto, double newIncrement) |
Sets the tick increment. | |
double | GetTickIncrement () const |
Gets the tick increment. |
double CChartStandardAxis::GetTickIncrement | ( | ) | const [inline] |
Gets the tick increment.
The tick increment is the value between two adjacents ticks on the axis.
void CChartStandardAxis::SetTickIncrement | ( | bool | bAuto, | |
double | newIncrement | |||
) |
Sets the tick increment.
The tick increment is the value between two adjacents ticks on the axis.
bAuto | Specifies if the tick increment is automatically calculated. | |
newIncrement | The tick increment to use in manual mode. |