Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
Methods' Summary
getWall
returns the property set that determines the visual appearance
of the wall.
getFloor
returns the property set that determines the visual appearance
of the floor if any.
getLegend
returns the legend, which may represent data series and other
information about a diagram in a separate box.
setLegend
sets a new legend.
getDefaultColorScheme
returns an XColorScheme that defines the default
colors for data series (or data points) in the diagram.
setDefaultColorScheme
sets an XColorScheme that defines the default
colors for data series (or data points) in the diagram.
setDiagramData
sets new data to the diagram.
Methods' Details
getWall
Description
returns the property set that determines the visual appearance
of the wall.
The wall is the area behind the union of all
coordinate systems used in a diagram.
getFloor
Description
returns the property set that determines the visual appearance
of the floor if any.
The floor is the bottom of a 3D diagram.
For a 2D diagram NULL is returned.
getLegend
Description
returns the legend, which may represent data series and other
information about a diagram in a separate box.
setLegend
void
setLegend (
[in] XLegend
xLegend );
Description
sets a new legend.
getDefaultColorScheme
Description
returns an XColorScheme that defines the default
colors for data series (or data points) in the diagram.
setDefaultColorScheme
void
setDefaultColorScheme (
[in] XColorScheme
xColorScheme );
Description
sets an XColorScheme that defines the default
colors for data series (or data points) in the diagram.
setDiagramData
Description
sets new data to the diagram.
Parameter xDataSource
This data source will be interpreted in a chart-type
specific way and the DataSeries found in
xDiagram
will be adapted to the new data.
Missing data series will be created and unused ones will
be deleted.
Parameter aArguments
Arguments tells how to slice the given data.
For standard parameters that may be used, see the
service StandardDiagramCreationParameters .
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.