Click or drag to resize

XYPlotLayerControllerShowDialog(XYPlotLayer) Method

Shows the layer dialog with the default 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
)

Parameters

layer  XYPlotLayer
The layer to edit.

Return Value

Boolean
if the dialog was accepted; otherwise .
See Also