@Deprecated @Removal(version="4.2") public interface Chart extends ManuallyPositionable
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteLegend()Deprecated.  Delete current chart legend. | 
| java.util.List<? extends ChartAxis> | getAxis()Deprecated.  | 
| ChartAxisFactory | getChartAxisFactory()Deprecated.  | 
| ChartDataFactory | getChartDataFactory()Deprecated.  | 
| ChartLegend | getOrCreateLegend()Deprecated.  | 
| void | plot(ChartData data,
    ChartAxis... axis)Deprecated.  Plots specified data on the chart. | 
getManualLayoutChartDataFactory getChartDataFactory()
ChartAxisFactory getChartAxisFactory()
ChartLegend getOrCreateLegend()
void deleteLegend()
java.util.List<? extends ChartAxis> getAxis()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.