KD Chart API Documentation  3.1
KDChartRadarCoordinatePlane.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Chart library.
4 **
5 ** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 
12 #include "KDChartRadarCoordinatePlane_p.h"
13 
14 using namespace KDChart;
15 
16 #define d d_func()
17 
19  : PolarCoordinatePlane(new Private(), parent)
20 {
21 }
23 {
24 }
25 
27 {
28  d->textAttributes = attr;
29 }
30 
32 {
33  return d->textAttributes;
34 }
35 
36 void RadarCoordinatePlane::init()
37 {
38  // this block left empty intentionally
39 }
A chart with one or more diagrams.
Definition: KDChartChart.h:84
const TextAttributes textAttributes() const
void setTextAttributes(const TextAttributes &attr)
A set of text attributes.

© 2001 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-chart/
Generated by doxygen 1.9.1