| Contents > Glossaries > Style examples | Index |
ErrorBars are added to MinMax plots
Adds T-pieces to each end of Min-max charts to make traditional-style error-bars you can restrict the bars to the far end of each bar with the drift style.

sp.MinMaxChartStyle = MinMaxChartStyles.ErrorBars; sp.BoxPlotStyle = BoxPlotStyles.ErrorBars;
The bars scale in proportion to the current pen width weight.

The effect is similar when the style is used with the Box-and-Whisker chart.
See also ...
SharpPlot Members | BoxPlotStyle Property | MinMaxChartStyle Property
