Enumerates the sides of an axis line.
            
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntax[SerializableAttribute]
public enum CSAxisSide
 Members
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
See Also