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
Syntaxpublic void ShowPropertiesEditor(
int x,
int y
)
Public Sub ShowPropertiesEditor (
x As Integer,
y As Integer
)
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