KDEUI
Go to the documentation of this file.
26#include <QtCore/QString>
27#include <QtCore/QList>
43 explicit KPlotAxis(
const QString& label = QString() );
53 bool isVisible()
const;
59 void setVisible(
bool visible );
64 bool areTickLabelsShown()
const;
70 void setTickLabelsShown(
bool b );
77 void setLabel(
const QString& label );
82 QString label()
const;
90 QString tickLabel(
double value )
const;
111 void setTickLabelFormat(
char format =
'g',
int fieldWidth = 0,
int precision = -1 );
116 int tickLabelWidth()
const;
121 char tickLabelFormat()
const;
126 int tickLabelPrecision()
const;
137 void setTickMarks(
double x0,
double length );
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.