Click or drag to resize

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
Syntax
public bool GetItemOnUserInteractiveDeviceLocation(
	out StockSeriesData item
)

Parameters

item
Type: Arction.Wpf.ChartingStockSeriesData
Item on user interactive device location

Return Value

Type: Boolean
True if info found, false otherwise.
See Also