![]() |
KD Chart API Documentation
3.1
|
#include <KDChartTernaryGrid.h>
Public Member Functions | |
TickInfo (qreal percentage=0, int depth=0) | |
Public Attributes | |
int | depth |
qreal | percentage |
Definition at line 21 of file KDChartTernaryGrid.h.
TickInfo::TickInfo | ( | qreal | percentage = 0 , |
int | depth = 0 |
||
) |
Definition at line 30 of file KDChartTernaryGrid.cpp.
int KDChart::TickInfo::depth |
Definition at line 25 of file KDChartTernaryGrid.h.
Referenced by KDChart::TernaryGrid::drawGrid(), and KDChart::operator==().
qreal KDChart::TickInfo::percentage |
Definition at line 24 of file KDChartTernaryGrid.h.
Referenced by KDChart::operator==().