Class Side3
The side of the viewport along which the text is to be written.
Inheritance
System.Object
Side3
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public static class Side3 : object
Fields
Name | Description |
---|---|
Perpendicular | Draw the text perpendicular to the axis. |
PrimaryAxis | Label the “primary” axis. For Z this is the leftmost Z axis. For X it is the axis that starts at y-min. For Y it is the axis that starts at x-min. |
SecondaryAxis | Label the “secondary” axis. |
XAxis | Label the X axis. |
YAxis | Label the Y axis. |
ZAxis | Label the Z axis. |