XYPlotLayerControllerShowDialog(XYPlotLayer, String) Method |
Shows the layer dialog and selects the specified 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,
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