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