Uses of Class
org.faceless.graph2.GeneralBarSeries
-
Packages that use GeneralBarSeries Package Description org.faceless.graph2 -
-
Uses of GeneralBarSeries in org.faceless.graph2
Subclasses of GeneralBarSeries in org.faceless.graph2 Modifier and Type Class Description class
BarSeries
The most basic form of Bar series, this can be used to plot bars to a graph like so:class
BoxWhiskerSeries
A BoxWhisker Series is used for plotting statistical data.class
MultiBarSeries
This type of Bar Series allows several sets of bars to be "grouped", ie drawn next to eachother.class
StackedBarSeries
A StackedBarSeries creates a bar graph where the bars are stacked on top of each other.
-