Uses of Class
ucar.unidata.idv.control.chart.ChartManager

Packages that use ChartManager
ucar.unidata.idv.control.chart Charting facilities used by DisplayControls. 
 

Uses of ChartManager in ucar.unidata.idv.control.chart
 

Subclasses of ChartManager in ucar.unidata.idv.control.chart
 class TimeSeriesChart
          A time series chart
 class VerticalProfileChart
          A time series chart
 class XYChartManager
          A time series chart
 

Methods in ucar.unidata.idv.control.chart that return ChartManager
 ChartManager ChartHolder.getChartManager()
          Get the ChartManager property.
 

Methods in ucar.unidata.idv.control.chart with parameters of type ChartManager
 void ChartHolder.setChartManager(ChartManager value)
          Set the ChartManager property.
 

Constructors in ucar.unidata.idv.control.chart with parameters of type ChartManager
ChartHolder(ChartManager chartManager, String name, Dimension preferredSize)
          ctor