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

SurfaceShadingSurface shading is used on linecharts, down to the axis or a given baseline
RisersDraw risers to data points from axis or fitted model
ValueTagsValue tags are written for data items
NormalCurveHistogram shows a fitted Normal Distribution
FrameAxesAxes are completed to frame chart
ExplodeAxesAxes are set back from the plotting area

See also ...

SharpPlot Members | DrawHistogram Method