void CBCGPChartAxis::SetRightOffsetInPixels | ( | int | nValuesCount = 0 | ) |
Sets offset of last displayed value in pixels for charts in "fixed interval" mode.
Call this method to set offset from the right plot area bound of last displayed value in pixels for charts in "fixed interval" mode.
At the runtime call GetRightOffsetAsNumberOfValues() to determine how many data points fall in this interval (this method takes into account current zoom level).
In this way you can implement automatic scroll in real time charts as following:
nValuesCount | Specifies the offset in pixels. |