![]() |
KD Chart API Documentation
3.1
|
#include "KDChartLeveyJenningsGrid.h"
#include "KDChartLeveyJenningsDiagram.h"
#include "KDChartPaintContext.h"
#include "KDChartPainterSaver_p.h"
#include "KDChartPrintingParameters.h"
#include <QPainter>
#include <KDABLibFakes>
Go to the source code of this file.
Functions | |
static void | calculateSteps (qreal start_, qreal end_, const QList< qreal > &list, int minSteps, int maxSteps, int power, qreal &steps, qreal &stepWidth, bool adjustLower, bool adjustUpper) |
qreal | fastPow10 (int x) |
|
static |
Definition at line 132 of file KDChartLeveyJenningsGrid.cpp.
References KDChart::AbstractGrid::adjustLowerUpperRange(), and fastPow10().
qreal fastPow10 | ( | int | x | ) |
Definition at line 247 of file KDChartCartesianGrid.cpp.
Referenced by calculateSteps().