XYPlotLayerControllerShowDialog(XYZPlotLayer, String, CSLineID) Method |
Shows the dialog for editing the specified plot layer, page, and axis.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool ShowDialog(
XYZPlotLayer layer,
string currentPage,
CSLineID currentEdge
)
Parameters
- layer XYZPlotLayer
- The plot layer to edit.
- currentPage String
- The page that should be shown initially.
- currentEdge CSLineID
- The axis identifier that should be selected initially.
Return Value
Booleantrue if the dialog was accepted; otherwise,
false.
See Also