| Contents > Enumerations | Index |
KeyStyles Enumeration
Key style (flags).
[flags]
public enum KeyStyles
Members
| Vertical | Vertically arranged legend |
| Reversed | Reversed order of legend items |
| Boxed | Boxed key |
| Rounded | Rounded key box |
| Shadowed | Shadowed key box |
| BoxFrame | Box given frame instead of text |
| AutofitText | Shrink text to fit within given frame |
| Percentage | Percentage of chart area used for placement |
| AbsolutePosition | Absolute position in points is given |
| Plain | Plain (no markers) key |
| NoKey | No key (always omit key) |
| InlineWithData | Legends are written inline with data |
| LeftAlign | Left aligned key frame |
| CenterAlign | Center aligned key frame |
| RightAlign | Right aligned key frame |
| TopAlign | Top aligned key frame |
| MiddleAlign | Middle aligned key frame |
| BottomAlign | Bottom aligned key frame |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
