ChartRoutinesGetSeriesOfSegmentMouseIsOverOf Method |
LightningChart .NET Help
Get list of series of the segment mouse is currently over of
Namespace:
Arction.CustomControls.Trader.WPF.Routines
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntaxpublic static List<SeriesBaseXY> GetSeriesOfSegmentMouseIsOverOf(
ViewXY view,
Point point,
out int segmentIndex
)
Public Shared Function GetSeriesOfSegmentMouseIsOverOf (
view As ViewXY,
point As Point,
<OutAttribute> ByRef segmentIndex As Integer
) As List(Of SeriesBaseXY)
public:
static List<SeriesBaseXY^>^ GetSeriesOfSegmentMouseIsOverOf(
ViewXY^ view,
Point point,
[OutAttribute] int% segmentIndex
)
Parameters
- view
- Type: Arction.Wpf.Charting.Views.ViewXYViewXY
View - point
- Type: System.WindowsPoint
Point - segmentIndex
- Type: SystemInt32
Index of segment the mouse is over of. If over none, return -1
Return Value
Type:
ListSeriesBaseXYList of series. If no matching segment or series found, returns empty list
See Also