SharpPlot Reference > SharpPlot Properties > TableStyle Property SharpPlot.TableStyle Property
Set Tablechart style to any combination of flags.
public TableStyles TableStyle {get; set;}
Example
sp.TableStyle = TableStyles.Spanned;
Options
Absolute | Position is interpreted in points | Bottom | Vertically bottom-align within available area | Boxed | Chart elements are boxed | Center | Horizontally centre-align within available area | FitHeight | Table is scaled to fit available height | FitWidth | Table is scaled to fit available width | GridLines | Draw gridlines (all axes) | Merged | Matching row-labels are merged | Middle | Vertically middle-align within available area | Opaque | Background area is filled with current background style | Right | Horizontally right-align within available area | Rounded | Boxes are drawn with rounded corners | Shadowed | Boxes are drawn with a drop-shadow | Spanned | Matching column labels are merged | UseHeaders | Tables pick up headers and footers |
See also ...SharpPlot Members | SharpPlot.DrawTable Method
Send comments on this topic © Dyalog Ltd 2021
|