@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.
|
getManualLayout
ChartDataFactory getChartDataFactory()
ChartAxisFactory getChartAxisFactory()
ChartLegend getOrCreateLegend()
void deleteLegend()
java.util.List<? extends ChartAxis> getAxis()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.