KavaChart 5.2.2 API

Deprecated API

Deprecated Classes
com.ve.kavachart.chart.IndBarChart
          Replaced by a more robust com.ve.kavachart.chart.HorizBarChart which can show individually colored bars 
com.ve.kavachart.chart.IndColumnChart
          Replaced by a more robust com.ve.kavachart.chart.BarChart which can show individually colored bars 
 

Deprecated Methods
com.ve.kavachart.chart.Chart.addDataSet(String, double[])
          replaced by addDataset, used as an example in "Java Servlet Programming" 
com.ve.kavachart.chart.DataRepresentation.getLabelFormat()
          as of release 3.0, superceded by the much more flexible get/setFormat 
com.ve.kavachart.chart.DataTransform.resize()
          DataTransform now rebuilds itself automatically when required. 
com.ve.kavachart.parts.SwapAxisDataTransform.resize()
          DataTransform now rebuilds itself automatically when required. 
com.ve.kavachart.parts.AuxAxisDataTransform.resize()
          DataTransform now rebuilds itself automatically when required. 
com.ve.kavachart.chart.DataRepresentation.setLabelFormat(int)
          Replaced by the much more flexible and accurate setFormat 
com.ve.kavachart.chart.Axis.setLabelFormat(int)
          Replaced by the much more flexible and accurate setFormat 
com.ve.kavachart.chart.Axis.setLogScaling(boolean, Chart)
          Replaced by setLogScaling(boolean) as we no longer need a Chart object 
 


KavaChart 5.2.2 API