+1 888 340 6572

MouseClickDataNumber: Difference between revisions

From MultiCharts
(Created page with " Category:MouseClickEvents")
 
No edit summary
 
Line 1: Line 1:
Returns the numerical value indicating the data series number after a mouse click on the data series.
== Usage ==
<syntaxhighlight>MouseClickDataNumber</syntaxhighlight>
== Example ==
<syntaxhighlight>MouseClickDataNumber</syntaxhighlight> - will return 1 after left-click on the main chart with the main data series.
<syntaxhighlight>MouseClickDataNumber</syntaxhighlight> - will return 2 after left-click on the sub-chart with the second data series.


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

Latest revision as of 15:24, 24 February 2012

Returns the numerical value indicating the data series number after a mouse click on the data series.

Usage

MouseClickDataNumber

Example

MouseClickDataNumber

- will return 1 after left-click on the main chart with the main data series.

MouseClickDataNumber

- will return 2 after left-click on the sub-chart with the second data series.