×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

ScrollToBar

372 bytes added, 13:24, 24 January 2013
Created page with "Centers the chart on the specified bar. == Usage == <syntaxhighlight>ScrollToBar(int DataN, int BarN)</syntaxhighlight> Where: :'''DataN''' - data series number :'''Ba..."
Centers the chart on the specified bar.

== Usage ==
<syntaxhighlight>ScrollToBar(int DataN, int BarN)</syntaxhighlight>

Where:

:'''DataN''' - data series number

:'''BarN''' - bar number

== Examples ==
<syntaxhighlight>ScrollToBar(2, 98);</syntaxhighlight>
Will center the chart on the 98th bar of the second data series.

[[Category:Data Information/General‎]]