Uses of Class
edu.ucla.stat.SOCR.chart.SuperCategoryChart_Bar

Packages that use SuperCategoryChart_Bar
edu.ucla.stat.SOCR.chart.demo   
 

Uses of SuperCategoryChart_Bar in edu.ucla.stat.SOCR.chart.demo
 

Subclasses of SuperCategoryChart_Bar in edu.ucla.stat.SOCR.chart.demo
 class BarChart3DDemo1
          A simple demonstration application showing how to create a vertical 3D bar chart using data from a CategoryDataset.
 class BarChartDemo1
          A simple demonstration application showing how to create a bar chart.
 class BarChartDemo2
          A simple demonstration application showing how to create a horizontal bar chart.
 class BarChartDemo3
          A bar chart that uses a custom renderer to display different colors within a series.
 class BarChartDemo4
          A bar chart with only two bars - here the 'maxBarWidth' attribute in the renderer prevents the bars from getting too wide.
 class BarChartDemo5
          A simple demonstration application showing how to create a horizontal bar chart.
 class BarChartDemo7
          A simple demonstration application showing how to create a bar chart with a custom item label generator.
 class BarChartDemo8
          A simple demonstration application showing how to create a bar chart with item labels on one series only.
 class BarChartDemo9
          A bar chart that uses a custom renderer to display different colors within a single series.
 class CategoryStepChartDemo1
          A simple demonstration application showing how to create a step chart using data from a CategoryDataset.
 class HistogramChartDemo7
          A sample waterfall chart.
 class LayeredBarChartDemo1
          A simple demonstration application showing how to create a layered bar chart.
 class LayeredBarChartDemo2
          A simple demonstration application showing how to create a layered bar chart.
 class StackedAreaChartDemo
          A simple demonstration application showing how to create a stacked area chart using data from a CategoryDataset.
 class StackedBarChartDemo1
          A simple demonstration application showing how to create a stacked bar chart using data from a CategoryDataset.
 class StackedBarChartDemo2
          A simple demonstration application showing how to create a stacked bar chart using data from a CategoryDataset.
 class StackedBarChartDemo3
          A simple demonstration application showing how to create a stacked bar chart using data from a CategoryDataset.
 class StackedBarChartDemo4
          A simple demonstration application showing how to create a stacked bar chart using data from a CategoryDataset.
 class WaterfallChartDemo1
          A sample waterfall chart.