+1 888 340 6572

ScrollToBar

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Centers the chart on the specified bar.

Usage

ScrollToBar(int DataN, int BarN)

Where:

DataN - data series number
BarN - bar number

Examples

ScrollToBar(2, 98);

Will center the chart on the 98th bar of the second data series.