ChartRoutinesGetListOfYAxesInSegmentMouseIsOverOf Method |
LightningChart .NET Help
Get list of Y axes 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 IList<AxisY> GetListOfYAxesInSegmentMouseIsOverOf(
ViewXY view,
Point point,
out int segmentIndex
)
Public Shared Function GetListOfYAxesInSegmentMouseIsOverOf (
view As ViewXY,
point As Point,
<OutAttribute> ByRef segmentIndex As Integer
) As IList(Of AxisY)
public:
static IList<AxisY^>^ GetListOfYAxesInSegmentMouseIsOverOf(
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:
IListAxisYList of Y axes. If no matching segment or axes found, returns empty list
See Also