SharpPlot.TableStyle Property
Set Tablechart style to any combination of flags.
public TableStyles TableStyle {get; set;}
Example
sp.TableStyle = TableStyles.Spanned;
Options
| Spanned | Matching column labels are merged |
| Merged | Matching row-labels are merged |
| FitWidth | Tables are sized to fit frame width |
| Opaque | Background area is filled with current background style |
| GridLines | Draw gridlines (all axes) |
| Boxed | Chart elements are boxed |
| Rounded | Boxes are drawn with rounded corners |
| Shadowed | Boxes are drawn with a drop-shadow |
| Absolute | Measurements are in points, not scaled by chart axes |
| Columns | Vector plot has column-wise data |
| Center | Centre-align within chart frame |
| Right | Right-align within chart frame |
See also ...
SharpPlot Members | DrawTable Method