23 #ifndef KDCHARTABSTRACTPIEDIAGRAM_H 24 #define KDCHARTABSTRACTPIEDIAGRAM_H 30 class ThreeDPieAttributes;
57 void setGranularity( qreal value );
60 qreal granularity()
const;
63 void setStartPosition(
int degrees );
65 int startPosition()
const;
70 void setAutoRotateLabels(
bool autoRotate );
73 bool autoRotateLabels()
const;
76 void setPieAttributes(
int column,
78 void setPieAttributes(
const QModelIndex & index,
82 PieAttributes pieAttributes(
const QModelIndex & index )
const;
85 void setThreeDPieAttributes(
int column,
87 void setThreeDPieAttributes(
const QModelIndex & index,
96 #endif // KDCHARTABSTACTPIEDIAGRAM_H
Base class for diagrams based on a polar coordinate system.
A set of attributes controlling the appearance of pie charts.
A set of 3D pie attributes.
Base class for any diagram type.
#define KDCHART_DECLARE_DERIVED_DIAGRAM(X, PLANE)