| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > ClassInterval Property SharpPlot.ClassInterval PropertySet the Class interval for histograms. public double ClassInterval {get; set;} Examplesp.ClassInterval = 2.3; The default is 1, but SharpPlot will attempt to make an intelligent judgement depending on the data you pass to DrawHistogram. See also ...SharpPlot Members | DrawHistogram Method |