VScaleParams
VScaleParams
Sets the parameters for the vertical scale of values.
void VScaleParams(
const double max, // maximum
const double min, // minimum
const uint grid, // number of divisions
)Parameters
- max
[in] The minimum value.
- min
[in] The maximum value.
- grid
[in] The number of scale divisions.
Last updated on