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 classBarSeriesThe most basic form of Bar series, this can be used to plot bars to a graph like so:classBoxWhiskerSeriesA BoxWhisker Series is used for plotting statistical data.classMultiBarSeriesThis type of Bar Series allows several sets of bars to be "grouped", ie drawn next to eachother.classStackedBarSeriesA StackedBarSeries creates a bar graph where the bars are stacked on top of each other.
-