SharpPlot.TableStyle Property

Set Tablechart style to any combination of flags.

public TableStyles TableStyle {get; set;}

Example

sp.TableStyle = TableStyles.Spanned;

Options

SpannedMatching column labels are merged
MergedMatching row-labels are merged
FitWidthTables are sized to fit frame width
OpaqueBackground area is filled with current background style
GridLinesDraw gridlines (all axes)
BoxedChart elements are boxed
RoundedBoxes are drawn with rounded corners
ShadowedBoxes are drawn with a drop-shadow
AbsoluteMeasurements are in points, not scaled by chart axes
ColumnsVector plot has column-wise data
CenterCentre-align within chart frame
RightRight-align within chart frame

See also ...

SharpPlot Members | DrawTable Method