XYPlotLayerControllerShowDialog(XYPlotLayer) Method |
Shows the layer dialog with the default page.
Namespace: Altaxo.Gui.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool ShowDialog(
XYPlotLayer layer
)
Parameters
- layer XYPlotLayer
- The layer to edit.
Return Value
Boolean if the dialog was accepted; otherwise
.
See Also