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