Click or drag to resize

LightningChartSetParentWindow Method

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

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void SetParentWindow(
	IntPtr hwnd
)

Parameters

hwnd
Type: SystemIntPtr

[Missing <param name="hwnd"/> documentation for "M:Arction.Wpf.ChartingMVVM.LightningChart.SetParentWindow(System.IntPtr)"]

See Also