|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteChart
This class represent a chart on a chart object.
Access
To get the chart of a chart object, use the Chart property in ChartObject class.
Chart provides access to the chart title, and method to render the chart.
Method Summary | |
---|---|
void |
chartWizard(IRemoteRange range,
java.lang.String gallery,
int plotBy,
java.lang.String title,
boolean hasLegend)
This method creates a chart. |
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
IRemoteChartTitle |
getChartTitle()
This property returns a ChartTitle object that represents the title of the specified chart. |
java.lang.String |
getChartType()
This property returns or sets the type of the chart. |
int |
getPlotBy()
This property returns or sets whether the chart is plotted by rows or columns. |
void |
setChartType(java.lang.String type)
This property returns or sets the type of the chart. |
void |
setPlotBy(int plotBy)
This property returns or sets whether the chart is plotted by rows or columns. |
void |
setSourceData(IRemoteRange range)
This method resets the source range for the chart. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteChartTitle getChartTitle() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getChartType() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setChartType(java.lang.String type) throws RemoteEclipseAPIException
type
-
RemoteEclipseAPIException
int getPlotBy() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setPlotBy(int plotBy) throws RemoteEclipseAPIException
plotBy
-
RemoteEclipseAPIException
void setSourceData(IRemoteRange range) throws RemoteEclipseAPIException
range
- Specifies the source range of the chart. If the source range is in another sheet, this method throws an exception.
RemoteEclipseAPIException
void chartWizard(IRemoteRange range, java.lang.String gallery, int plotBy, java.lang.String title, boolean hasLegend) throws RemoteEclipseAPIException
range
- Specifies the source range. If the range is in another sheet, this method throws an exception.gallery
- Specifies the chart type, which can be a chart type constant.plotBy
- Specifies whether the data for each series is in rows or columns, and can be a chart plot type constant.title
- Specifies the title for this chart.hasLegend
- Specifies true when the chart has legend, or false when the chart has no legend.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |