| void CBCGPChartAxis::SetScrollRange | ( | double | dblMinValue = -DBL_MAX, |
| double | dblMaxValue = DBL_MAX, |
||
| BOOL | bForce = TRUE |
||
| ) |
Defines a scroll range for an axis.
Call this method to set a scroll range for an axis. By default scroll range is set to minimum and maximum possible displayed values for an axis.
| dblMinValue | Specifies the new lower scroll bound. |
| dblMaxValue | Specifies the new upper scroll bound. |
| bForce | TRUE - always overrides current scroll range values; otherwise scroll range is set only for larger scroll range. |