Spanned labels in tables headers and X-labels

Column headers on table charts are spanned across empty or identical cells. Where a column is spanned, the vertical grid is omitted from between the merged cells. Multi-line X-axis labels are spanned across several tickmarks to show hierarchical time periods (e.g. months, quarters, years)


sp.TableStyle = TableStyles.Spanned;
sp.XAxisStyle = XAxisStyles.SpannedLabels;

Titles will span across as many empty cells as are available. This style also applies to the horizontal axis labels.

See also ...

SharpPlot Members | ScatterPlotStyle Property | TableStyle Property