C# (CSharp) System.Windows.Forms.DataVisualization.Charting.Utilities Namespace

Classes

Name Description
HistogramChartHelper Helper class that creates a histogram chart. Histogram is a data distribution chart which shows how many values, from the data series, are inside each segment interval. You can define how many intervals you want to have using the SegmentIntervalNumber field or the exact length of the interval using the SegmentIntervalWidth field. Actual segment interval number can be slightly different due to the automatic interval rounding.