| Contents > Glossaries > Style examples | Index |
Horizontal
Barcharts, Boxplots and Min-max charts may be drawn horizontally.

sp.BarChartStyle = BarChartStyles.Horizontal;
This does NOT change the meaning of the X and Y axes, so to label the bars, you must use Y-labels here.
See also ...
SharpPlot | BarChartStyle | BoxPlotStyle | MinMaxChartStyle | XBarChartStyle
