Reference > 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

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

See also ...

SharpPlot Members | DrawTable Method


Send comments on this topic
© Dyalog Ltd 2013