Enum Colorbar
Option flags for colorbar.
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum Colorbar : int
Fields
Name | Description |
---|---|
Background | Plot a (semitransparent) background for the color bar. |
BoundingBox | Plot a bounding box for the color bar. |
CapHigh | High end-cap |
CapLow | Low end-cap |
CapNone | No end-cap |
Gradient | Colorbar type is gradient |
Image | Colorbar type is image |
OrientBottom | Direction of maximum value is bottom |
OrientLeft | Direction of maximum value is left |
OrientRight | Direction of maximum value is right |
OrientTop | Direction of maximum value is top |
Shade | Colorbar type is shade |
ShadeLabel | Any tick marks and tick labels will be placed at the breaks between shaded segments. |
TitleBottom | Title is at bottom |
TitleLeft | Title is left |
TitleRight | Title is right |
TitleTop | Title is at top |