Chart Class
Main class for the charts. More...
| Header: | #include <Chart> | 
Public Types
| enum | ChartType { CT_Area, CT_Area3D, CT_Line, CT_Line3D, ..., CT_Bar3D } | 
Public Functions
| ~Chart() | |
| void | addSeries(const CellRange & range, AbstractSheet * sheet = 0) | 
| void | setChartType(ChartType type) | 
Detailed Description
Main class for the charts.
Member Type Documentation
enum Chart::ChartType
| Constant | Value | Description | 
|---|---|---|
| Chart::CT_Area | 1 | |
| Chart::CT_Area3D | 2 | , | 
| Chart::CT_Line | 3 | , | 
| Chart::CT_Line3D | 4 | , | 
| Chart::CT_Scatter | 7 | , | 
| Chart::CT_Pie | 8 | , | 
| Chart::CT_Pie3D | 9 | , | 
| Chart::CT_Doughnut | 10 | , | 
| Chart::CT_Bar | 11 | , | 
| Chart::CT_Bar3D | 12 | , | 
, , , , ,
Member Function Documentation
Chart::~Chart()
Destroys the chart.
void Chart::addSeries(const CellRange & range, AbstractSheet * sheet = 0)
Add the data series which is in the range range of the sheet.
void Chart::setChartType(ChartType type)
Set the type of the chart to type