ScrollToBar

From MultiCharts
Revision as of 13:24, 24 January 2013 by Dave Masalov (talk | contribs) (Created page with "Centers the chart on the specified bar. == Usage == <syntaxhighlight>ScrollToBar(int DataN, int BarN)</syntaxhighlight> Where: :'''DataN''' - data series number :'''Ba...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.