![]() |
KD Chart API Documentation 3.1
|


Go to the source code of this file.
Classes | |
| class | KDChart::GridAttributes |
| A set of attributes controlling the appearance of grids. More... | |
Namespaces | |
| namespace | KDChart |
Functions | |
| KDCHART_EXPORT QDebug | operator<< (QDebug, const KDChart::GridAttributes &) |
| QT_BEGIN_NAMESPACE | Q_DECLARE_TYPEINFO (KDChart::GridAttributes, Q_MOVABLE_TYPE) |
| KDCHART_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const KDChart::GridAttributes & | a | ||
| ) |
Definition at line 271 of file KDChartGridAttributes.cpp.
References KDChart::GridAttributes::gridPen(), KDChart::GridAttributes::gridStepWidth(), KDChart::GridAttributes::gridSubStepWidth(), KDChart::GridAttributes::isGridVisible(), KDChart::GridAttributes::isSubGridVisible(), KDChart::GridAttributes::subGridPen(), and KDChart::GridAttributes::zeroLinePen().
| QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO | ( | KDChart::GridAttributes | , |
| Q_MOVABLE_TYPE | |||
| ) |
https://www.kdab.com/development-resources/qt-tools/kd-chart/