Click or drag to resize

GraphDocumentLayerCreation Class

[Missing <summary> documentation for "T:Altaxo.Graph.Gdi.GraphDocumentLayerCreation"]

Inheritance Hierarchy
SystemObject
  Altaxo.Graph.GdiGraphDocumentLayerCreation

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class GraphDocumentLayerCreation

The GraphDocumentLayerCreation type exposes the following members.

Methods
 NameDescription
Public Extension MethodCreateNewLayerLinkedRightY Creates a new layer with right y axis, which is linked to the same position with top x axis and right y axis.
Public Extension MethodCreateNewLayerLinkedTopX Creates a new layer with top x axis, which is linked to the same position with top x axis and right y axis.
Public Extension MethodCreateNewLayerLinkedTopXRightY Creates a new layer with bottom x axis and left y axis, which is linked to the same position with top x axis and right y axis.
Public Extension MethodCreateNewLayerLinkedTopXRightY_XAxisStraight Creates a new layer with bottom x axis and left y axis, which is linked to the same position with top x axis and right y axis. The x axis is linked straight to the x axis of the linked layer.
Public Extension MethodCreateNewLayerNormalBottomXLeftY Creates a new layer with bottom x axis and left y axis, which is not linked.
Top
See Also