Click or drag to resize

LightningChartGetParentWindow Method

LightningChart .NET Help
Get parent window handle (HWND). Needed when using the control from other systems than .NET.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public IntPtr GetParentWindow()

Return Value

Type: IntPtr
Parent window handle.
See Also