SharpPlot Tutorials > Style Examples > Error bars are added to MinMax plots Error bars 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 | SharpPlot.BoxPlotStyle Property | SharpPlot.MinMaxChartStyle Property
Send comments on this topic © Dyalog Ltd 2021
|