Click or drag to resize

LightningChartGetActiveUserInteractiveDeviceOverObject Method

LightningChart .NET Help
Get the chart object that is activated by mouse. Note that this information is not correct if we do not have proper device set.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public Object GetActiveUserInteractiveDeviceOverObject()

Return Value

Type: Object
Last active object. If unavailable, returns null
See Also