VScaleMin
VScaleMin (Get method)
Returns the minimum on the vertical scale of values.
double VScaleMin()Return Value
The minimum value on the vertical scale.
VScaleMin (Set method)
Sets the minimum on the vertical scale of values.
void VScaleMin(
const double value, // value on the vertical scale
)Parameters
- value
[in] The minimum value.
Last updated on