Name
itcluno::ChartDocument - A ChartDocument Class for handling Openoffice.org's Charts within a Presentation
Synopsis
itcluno::ChartDocument objectname -handle "handle" (usually done within the Presentation class)
Inheritance
Methods
objectname setChartType typesets the chart to the given type. Type must be one of Bar, Area, Line, Pie, Donut, Net, XY or Stock
Return-Value:
objectname setData dataListsets the data for the chart. dataList must be a list of lists. Each lists holds the data for one row
Return-Value:
objectname setRowDescriptions headerListsets the column headers for the chart
Return-Value:
objectname setTitle titlesets the title for the chart
Return-Value:
objectname setChart columnHeaders rowHeaders data title typesets all the values for the chart. See the other methods for describing the arguments
Return-Value:
Bugs
no bugs known, but of course no software is bug free. If found one, file them to the bug section on our sourceforge page.
ToDo
a lot of new features which I find useful. If you find that anything useful is missing, please let me know via the bug report
Top