11 #ifndef KDCHARTABSTRACTPIEDIAGRAM_H
12 #define KDCHARTABSTRACTPIEDIAGRAM_H
18 class ThreeDPieAttributes;
45 void setGranularity(qreal value);
48 qreal granularity()
const;
51 Q_DECL_DEPRECATED
void setStartPosition(
int degrees);
53 Q_DECL_DEPRECATED
int startPosition()
const;
58 void setAutoRotateLabels(
bool autoRotate);
61 bool autoRotateLabels()
const;
64 void setPieAttributes(
int column,
66 void setPieAttributes(
const QModelIndex &index,
73 void setThreeDPieAttributes(
int column,
75 void setThreeDPieAttributes(
const QModelIndex &index,
#define KDCHART_DECLARE_DERIVED_DIAGRAM(X, PLANE)
Base class for any diagram type.
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.