9#ifndef KCHARTPOLARDIAGRAM_H
10#define KCHARTPOLARDIAGRAM_H
13#include "KChartPosition.h"
14#include "KChartAbstractPolarDiagram.h"
44 void resize (
const QSizeF& area )
override;
48 qreal valueTotals ()
const override;
50 qreal numberOfValuesPerDataset()
const override;
52 qreal numberOfGridRings()
const override;
61 void setZeroDegreePosition(
int degrees );
63 int zeroDegreePosition()
const;
65 void setRotateCircularLabels(
bool rotateCircularLabels );
66 bool rotateCircularLabels()
const;
71 void setCloseDatasets(
bool closeDatasets );
72 bool closeDatasets()
const;
74 void setShowDelimitersAtPosition(
Position position,
75 bool showDelimiters );
76 void setShowLabelsAtPosition(
Position position,
79 bool showDelimitersAtPosition(
Position position )
const;
81 bool showLabelsAtPosition(
Position position )
const;
84 bool calculateListAndReturnScale,
85 qreal& newZoomX, qreal& newZoomY );
89 const QPair<QPointF, QPointF> calculateDataBoundaries()
const override;
Base class for diagrams based on a polar coordinate system.
Stores information about painting diagrams.
PolarDiagram defines a common polar diagram.
Defines a position, using compass terminology.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.