11 #ifndef KDCHARTGRIDATTRIBUTES_H
12 #define KDCHARTGRIDATTRIBUTES_H
36 void setGridVisible(
bool visible);
37 bool isGridVisible()
const;
45 void setLinesOnAnnotations(
bool);
46 bool linesOnAnnotations()
const;
48 void setGridStepWidth(qreal stepWidth = 0.0);
49 qreal gridStepWidth()
const;
51 void setGridSubStepWidth(qreal subStepWidth = 0.0);
52 qreal gridSubStepWidth()
const;
78 void setAdjustBoundsToGrid(
bool adjustLower,
bool adjustUpper);
79 bool adjustLowerBoundToGrid()
const;
80 bool adjustUpperBoundToGrid()
const;
82 void setGridPen(
const QPen &pen);
85 void setSubGridVisible(
bool visible);
86 bool isSubGridVisible()
const;
88 void setSubGridPen(
const QPen &pen);
89 QPen subGridPen()
const;
91 void setOuterLinesVisible(
bool visible);
92 bool isOuterLinesVisible()
const;
94 void setZeroLinePen(
const QPen &pen);
95 QPen zeroLinePen()
const;
108 #if !defined(QT_NO_DEBUG_STREAM)
Definition of global enums.
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::GridAttributes &)
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::GridAttributes, Q_MOVABLE_TYPE)
A set of attributes controlling the appearance of grids.
bool operator!=(const GridAttributes &other) const
bool operator==(const TickInfo &, const TickInfo &)