Class HistogramVisualSet<T extends HistogramDataAggregator<C,?>.HistogramDataGroup,C>

Type Parameters:
T - visual set data elements type
C - data categories type
All Implemented Interfaces:
IAbstractBarVisualSet<T,C>, IUpdatePolicyPropertyOwner, IAbstractChartVisualSet, IBarChartVisualSet

public class HistogramVisualSet<T extends HistogramDataAggregator<C,?>.HistogramDataGroup,C> extends BarLabeledVisualSet<T,C> implements IAbstractBarVisualSet<T,C>, IBarChartVisualSet
Visual set for drawing bars.

Can be drawn on HistogramChart.

Used to draw histograms, possibly with categories. The histogram divides all statistical data into a number of buckets and estimates how frequently the data falls within each bucket.

Author:
Aleksey Kirillov