Enumerates the sides of an axis line.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [SerializableAttribute]
public enum CSAxisSide
Members Member name | Value | Description |
---|
FirstDown | 0 | Direction to lower logical values of the first alternate axis. |
FirstUp | 1 | Direction to higher logical values of the first alternate axis. |
SecondDown | 2 | Direction to lower logical values of the second alternate axis. |
SecondUp | 3 | Direction to higher logical values of the second alternate axis. |
See Also