Click or drag to resize

ChartRoutinesGetListOfYAxesInSegmentMouseIsOverOf Method

LightningChart .NET Help
Get list of Y axes of the segment mouse is currently over of

Namespace:  Arction.CustomControls.Trader.WinForms.Routines
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public static IList<AxisY> GetListOfYAxesInSegmentMouseIsOverOf(
	ViewXY view,
	Point point,
	out int segmentIndex
)

Parameters

view
Type: Arction.WinForms.Charting.Views.ViewXYViewXY
View
point
Type: System.DrawingPoint
Point
segmentIndex
Type: SystemInt32
Index of segment the mouse is over of. If over none, return -1

Return Value

Type: IListAxisY
List of Y axes. If no matching segment or axes found, returns empty list
See Also