TemplateWithXYPlotLayerWithG2DCartesicCoordinateSystemIsGraphTemplateSuitable Method |
Determines whether the specified graph can be used as a Cartesian x-y graph template.
Namespace: Altaxo.Graph.Gdi.GraphTemplatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if the graph is suitable; otherwise,
false.
See Also