StockSeriesGetItemOnUserInteractiveDeviceLocation Method |
LightningChart .NET Help
Get item which the user interactive device is over.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool GetItemOnUserInteractiveDeviceLocation(
out StockSeriesData item
)
Public Function GetItemOnUserInteractiveDeviceLocation (
<OutAttribute> ByRef item As StockSeriesData
) As Boolean
public:
bool GetItemOnUserInteractiveDeviceLocation(
[OutAttribute] StockSeriesData% item
)
Parameters
- item
- Type: Arction.Wpf.ChartingStockSeriesData
Item on user interactive device location
Return Value
Type:
BooleanTrue if info found, false otherwise.
See Also