| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > ErrorBars are added to MinMax plots ErrorBars are added to MinMax plotsAdds ‘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 |