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.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Object GetActiveUserInteractiveDeviceOverObject()
Public Function GetActiveUserInteractiveDeviceOverObject As Object
public:
Object^ GetActiveUserInteractiveDeviceOverObject()
Return Value
Type:
ObjectLast active object. If unavailable, returns null
See Also