Re: Insert column and line chart in calc
Niklas Nebel <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.api |
|---|---|
| Message-ID | <[email protected]> |
Pivithuru Wijegunawardana schrieb: > I want to insert a column and line chart (which is a chart type available in > the chart wizard) via a java code in Openoffice calc. Is it possible > directly inserting this type of a chart? I checked with api module for > charts and this type was not available. If this is not possible how can I > insert a chart with both columns and lines? The service com.sun.star.chart.BarDiagram has a property "NumberOfLines" to show some data series as lines. Niklas