Click or drag to resize

TemplateWithXYPlotLayerWithG2DCartesicCoordinateSystemIsGraphTemplateSuitable Method

Determines whether the specified graph can be used as a Cartesian x-y graph template.

Namespace: Altaxo.Graph.Gdi.GraphTemplates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsGraphTemplateSuitable(
	GraphDocument graphTemplate,
	out string problemDescription
)

Parameters

graphTemplate  GraphDocument
The graph template to test.
problemDescription  String
On failure, receives a description of the problem.

Return Value

Boolean
true if the graph is suitable; otherwise, false.
See Also