Difference between revisions of "MouseClickBarNumber"

From MultiCharts
Jump to navigation Jump to search
(Created page with " Category:MouseClickEvents")
 
 
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.