Class BarChart

All Implemented Interfaces:
IVerticalGuidelineOwner<IBarChartVisualSet,BarVisualSetContainer>

public final class BarChart extends AbstractBarChart
A chart is a GUI component based on JavaFX's XYChart class that can be used to conveniently draw numeric and statistical data. All charts are designed to be compatible with Eclipse RCP applications and SWT framework. Bar Chart is used to show statistical data by categories.
Author:
Aleksey Kirillov