+1 888 340 6572

MouseClickBarNumber: Difference between revisions

From MultiCharts
(Created page with " Category:MouseClickEvents")
 
No edit summary
 
Line 1: Line 1:
After a mouse click on the bar, returns the numerical value indicating the bar number from the beginning of the data series.
== Usage ==
<syntaxhighlight>MouseClickBarNumber</syntaxhighlight>
== Example ==
<syntaxhighlight>MouseClickBarNumber</syntaxhighlight> will return 250 after a mouse click on the 250th bar on the chart from the beginning of the data series.


[[Category:MouseClickEvents]]
[[Category:MouseClickEvents]]

Latest revision as of 15:22, 24 February 2012

After a mouse click on the bar, returns the numerical value indicating the bar number from the beginning of the data series.

Usage

MouseClickBarNumber

Example

MouseClickBarNumber

will return 250 after a mouse click on the 250th bar on the chart from the beginning of the data series.