Click or drag to resize

XYPlotLayerControllerShowDialog(XYPlotLayer, String) Method

Shows the layer dialog and selects the specified page.

Namespace: Altaxo.Gui.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool ShowDialog(
	XYPlotLayer layer,
	string currentPage
)

Parameters

layer  XYPlotLayer
The layer to edit.
currentPage  String
The page to show initially.

Return Value

Boolean
if the dialog was accepted; otherwise .
See Also