| Contents > SharpPlot > Properties | Index |
SharpPlot.ClassInterval Property
Set the Class interval for histograms.
public double ClassInterval {get; set;}
Example
sp.ClassInterval = 2.3;
The default is 1, but SharpPlot will attempt to make an intelligent judgement depending on the data you pass to DrawHistogram.
