KChart
KChartGridAttributes.cpp
Project global class providing some enums needed both by KChartParams and by KChartCustomBox.
Definition KChartEnums.h:27
GranularitySequence
GranularitySequence specifies the values, that may be applied, to determine a step width within a giv...
Definition KChartEnums.h:78
A set of attributes controlling the appearance of grids.
Definition KChartGridAttributes.h:26
qreal gridStepWidth() const
Returns the step width to be used for calculating the grid lines.
Definition KChartGridAttributes.cpp:127
void setGridGranularitySequence(KChartEnums::GranularitySequence sequence)
Specifies the granularity sequence to be used for calculating the grid lines.
Definition KChartGridAttributes.cpp:144
void setGridSubStepWidth(qreal subStepWidth=0.0)
Specifies the sub-step width to be used for calculating the grid sub-lines.
Definition KChartGridAttributes.cpp:134
qreal gridSubStepWidth() const
Returns the sub-step width to be used for calculating the sub-grid lines.
Definition KChartGridAttributes.cpp:139
KChartEnums::GranularitySequence gridGranularitySequence() const
Returns the granularity sequence to be used for calculating the grid lines.
Definition KChartGridAttributes.cpp:149
void setGridStepWidth(qreal stepWidth=0.0)
Specifies the step width to be used for calculating the grid lines.
Definition KChartGridAttributes.cpp:122
void setAdjustBoundsToGrid(bool adjustLower, bool adjustUpper)
By default visible bounds of the data area are adjusted to match a main grid line.
Definition KChartGridAttributes.cpp:154
void setLinesOnAnnotations(bool)
When this is enabled, grid lines are drawn only where axis annotations are.
Definition KChartGridAttributes.cpp:112
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
FlatCap
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.