KChart
KChartRulerAttributes.h
Definition of global enums.
Contains KChart macros.
A set of attributes controlling the appearance of axis rulers.
Definition KChartRulerAttributes.h:26
void setLabelMargin(int margin)
Set margin that should be used between the labels and the ticks.
Definition KChartRulerAttributes.cpp:188
void setTickMarkColor(const QColor &color)
Color setter method provided for convenience.
Definition KChartRulerAttributes.cpp:158
void setShowMinorTickMarks(bool show)
Shows or hides minor tick marks.
Definition KChartRulerAttributes.cpp:178
void setMinorTickMarkLength(int length)
Sets the length of minor tick marks.
Definition KChartRulerAttributes.cpp:214
void setRulerLinePen(const QPen &pen)
Set the ruler line pen to pen.
Definition KChartRulerAttributes.cpp:283
void setShowFirstTick(bool show)
Shows or hides the first tick.
Definition KChartRulerAttributes.cpp:230
void setMajorTickMarkPen(const QPen &pen)
Sets the pen used to draw major tick marks.
Definition KChartRulerAttributes.cpp:93
void setMajorTickMarkLength(int length)
Sets the length of major tick marks.
Definition KChartRulerAttributes.cpp:198
void setMinorTickMarkPen(const QPen &pen)
Sets the pen used to draw minor tick marks.
Definition KChartRulerAttributes.cpp:109
void setShowMajorTickMarks(bool show)
Shows or hides major tick marks.
Definition KChartRulerAttributes.cpp:168
void setTickMarkPen(const QPen &pen)
Sets the pen used to draw the tick marks.
Definition KChartRulerAttributes.cpp:83
QPen rulerLinePen() const
Definition KChartRulerAttributes.cpp:288
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.