Click or drag to resize

ChemometricCommandsCreateNewGraphWithXYLayer Method

Creates a new graph with a single XY layer.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

IGraphController
The created graph controller.
See Also