ChemometricCommandsCreateNewGraphWithXYLayer Method |
Creates a new graph with a single XY layer.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IGraphController CreateNewGraphWithXYLayer(
IReadOnlyPropertyBag context,
string preferredName,
string anyNameInSameFolder
)
Parameters
- context IReadOnlyPropertyBag
- The property context to use for the graph.
- preferredName String
- The preferred graph name.
- anyNameInSameFolder String
- A name used to determine the target folder.
Return Value
IGraphControllerThe created graph controller.
See Also