Click or drag to resize

TemplateWithXYPlotLayerWithG2DCartesicCoordinateSystem Class

Provides creation helpers for graph templates with a Cartesian x-y plot layer.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Gdi.GraphTemplatesTemplateWithXYPlotLayerWithG2DCartesicCoordinateSystem

Namespace: Altaxo.Graph.Gdi.GraphTemplates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class TemplateWithXYPlotLayerWithG2DCartesicCoordinateSystem

The TemplateWithXYPlotLayerWithG2DCartesicCoordinateSystem type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateGraph Creates a new graph, which has an x-y plot layer. The name of the graph will be prepared, so that it is ready to be included in the project. However, it is not already included in the project.
Public methodStatic memberIsGraphTemplateSuitable Determines whether the specified graph can be used as a Cartesian x-y graph template.
Top
Fields
 NameDescription
Public fieldStatic memberPropertyKeyDefaultTemplate Gets the property key for the default Cartesian graph template.
Top
See Also