Click or drag to resize

LightningChartShowPropertiesEditor Method (Int32, Int32)

LightningChart .NET Help
Show properties editor dialog in specific location.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void ShowPropertiesEditor(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
X-location, in screen coordinates.
y
Type: SystemInt32
Y-location, in screen coordinates.
See Also