| Contents > SharpPlot > Properties | Index |
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
| SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline |
| Risers | Draw risers to data points from axis or fitted model |
| ValueTags | Value tags are written for data items |
| NormalCurve | Histogram shows a fitted Normal Distribution |
| FrameAxes | Axes are completed to frame chart |
| ExplodeAxes | Axes are set back from the plotting area |
