public interface Chart extends ManuallyPositionable
Modifier and Type | Method and Description |
---|---|
void |
deleteLegend()
Delete current chart legend.
|
void |
deleteView3D()
Delete current chart legend.
|
List<? extends ChartAxis> |
getAxis() |
ChartAxisFactory |
getChartAxisFactory() |
ChartDataFactory |
getChartDataFactory() |
String |
getChartId() |
ChartLegend |
getOrCreateLegend() |
View3D |
getOrCreateView3D() |
ClientAnchor |
getPreferredSize() |
boolean |
isPlotOnlyVisibleCells() |
void |
plot(ChartData data,
ChartAxis... axis)
Plots specified data on the chart.
|
void |
renameSheet(String oldname,
String newname) |
void |
setClientAnchor(ClientAnchor anchor) |
void |
setPlotOnlyVisibleCells(boolean plotVisOnly) |
getManualLayout
ChartDataFactory getChartDataFactory()
ChartAxisFactory getChartAxisFactory()
ChartLegend getOrCreateLegend()
void deleteLegend()
void plot(ChartData data, ChartAxis... axis)
data
- a data to plotView3D getOrCreateView3D()
void deleteView3D()
ClientAnchor getPreferredSize()
void setClientAnchor(ClientAnchor anchor)
String getChartId()
boolean isPlotOnlyVisibleCells()
void setPlotOnlyVisibleCells(boolean plotVisOnly)
Copyright © 2020. All rights reserved.