void CBCGPChartVisualObject::ScrollAxis | ( | float | fUnitsToScroll, |
int | nAxisID, | ||
BOOL | bRedraw = TRUE |
||
) |
Scrolls an axis by specified number of units (in axis units).
This method is called to scroll an axis.
fUnitsToScroll | Specifies the number of units to scroll by. |
nAxisID | Specifies the axis ID. |
bRedraw | Forces redraw of chart after scroll. |