Enum Legend
Option flags for a legend.
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum Legend : int
Fields
Name | Description |
---|---|
Background | Plot a (semitransparent) background for the legend. |
BoundingBox | Plot a bounding box for the legend |
None | No flags |
RowMajor | If set, plot the resulting array of legend entries in row-major order. Otherwise, plot the legend entries in column-major order. |
TextLeft | If set, put the text area on the left of the legend and the plotted area on the right. Otherwise, put the text area on the right of the legend and the plotted area on the left. |