Click or drag to resize

CSAxisSide Enumeration

Enumerates the sides of an axis line.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
public enum CSAxisSide
Members
Member nameValueDescription
FirstDown0Direction to lower logical values of the first alternate axis.
FirstUp1Direction to higher logical values of the first alternate axis.
SecondDown2Direction to lower logical values of the second alternate axis.
SecondUp3Direction to higher logical values of the second alternate axis.
See Also