Click or drag to resize

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
Syntax
public static List<SeriesBaseXY> GetSeriesOfSegmentMouseIsOverOf(
	ViewXY view,
	Point point,
	out 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: ListSeriesBaseXY
List of series. If no matching segment or series found, returns empty list
See Also