Hi I want to create a blank chart with no data using openoffice API. Looking at the openoffice 1.1 developer's guide, openoffice creates an initial bar chart with no data and then populates the data as requested.
the call is: aChartDoc = aChartHelper.insertOLEChart( "BarChart", aPos, aExtent, "com.sun.star.chart.BarDiagram" ); This is depicted from OpenOffice 1.1 Developer's guide Setting the Chart Type The default when creating a chart is a bar diagram with vertical bars. If a different chart type is required, apply a different diagram type to this initial chart. For example, | to create a pie chart, insert the default bar chart and change it to a pie chart. Is there a way to call the API so that a blank chart is created with no bars.?? Tx Houh -- View this message in context: http://www.nabble.com/Create-a-blank-chart-in-OpenOffice-tp15617149p15617149.html Sent from the openoffice - dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]