11#include <kplotting_export.h>
30 explicit KPlotAxis(
const QString &label = QString());
Axis for KPlotWidget.
Definition kplotaxis.h:25
QList< double > majorTickMarks() const
void setTickMarks(double x0, double length)
Determine the positions of major and minor tickmarks for this axis.
int tickLabelPrecision() const
char tickLabelFormat() const
void setLabel(const QString &label)
Sets the axis label.
void setTickLabelFormat(char format='g', int fieldWidth=0, int precision=-1)
Set the display format for converting the double value of the tick's position to the QString for the ...
KPlotAxis(const QString &label=QString())
Constructor, constructs an axis with the label label.
void setTickLabelsShown(bool b)
Determine whether tick labels will be drawn for this axis.
void setVisible(bool visible)
Sets the "visible" property of the axis.
bool areTickLabelsShown() const
QList< double > minorTickMarks() const
int tickLabelWidth() const
QString tickLabel(double value) const