Enum LegendEntry
Option flags for a legend entry.
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum LegendEntry : int
Fields
Name | Description |
---|---|
ColorBox | Entry is plotted with colored box. |
Line | Entry is plotted with a line. |
None | Entry is plotted with nothing in the plotted area. |
Symbol | Entry is plotted with a symbol. |