| 
 SharpPlot Reference > SharpPlot Properties > HistogramStyle Property SharpPlot.HistogramStyle Property
Set Histogram style. 
public HistogramStyles HistogramStyle {get; set;}
Example
sp.HistogramStyle = HistogramStyles.SurfaceShading; 
You can superimpose a fitted Normal distribution, or add other control limits. 
Options
| CroppedAxes | Crops all chart elements at the axis boundary |  | ExplodeAxes | Axes are set back from the plotting area |  | FrameAxes | Axes are completed to frame chart and all data is cropped |  | GridLines | Draw gridlines (all axes) |  | Mean | Histogram marks the mean value with a datumline |  | NormalCurve | Histogram shows a fitted Normal Distribution |  | OverlayGrid | Gridlines are drawn ontop of data |  | Risers | Draw risers to data points from axis or fitted model |  | SDev1 | Histogram marks 1 StdDev with a datumline |  | SDev2 | Histogram marks 2 StdDev with a datumline |  | SDev3 | Histogram marks 3 StdDev with a datumline |  | SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline |  | ValueTags | Value tags are written for data items |   
See also ...SharpPlot Members | SharpPlot.DrawHistogram Method 
 Send comments on this topic © Dyalog Ltd 2021 
 |