+1 888 340 6572

ScrollToBar: Difference between revisions

From MultiCharts
(Created page with "Centers the chart on the specified bar. == Usage == <syntaxhighlight>ScrollToBar(int DataN, int BarN)</syntaxhighlight> Where: :'''DataN''' - data series number :'''Ba...")
 
(No difference)

Latest revision as of 13:24, 24 January 2013

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.