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

AbsolutePosition is interpreted in points
BottomVertically bottom-align within available area
BoxedChart elements are boxed
CenterHorizontally centre-align within available area
FitHeightTable is scaled to fit available height
FitWidthTable is scaled to fit available width
GridLinesDraw gridlines (all axes)
MergedMatching row-labels are merged
MiddleVertically middle-align within available area
OpaqueBackground area is filled with current background style
RightHorizontally right-align within available area
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 | SharpPlot.DrawTable Method


Send comments on this topic
© Dyalog Ltd 2021