23 #ifndef KDCHARTGRIDATTRIBUTES_H 24 #define KDCHARTGRIDATTRIBUTES_H 48 void setGridVisible(
bool visible );
49 bool isGridVisible()
const;
57 void setLinesOnAnnotations(
bool );
58 bool linesOnAnnotations()
const;
60 void setGridStepWidth( qreal stepWidth = 0.0 );
61 qreal gridStepWidth()
const;
63 void setGridSubStepWidth( qreal subStepWidth = 0.0 );
64 qreal gridSubStepWidth()
const;
90 void setAdjustBoundsToGrid(
bool adjustLower,
bool adjustUpper );
91 bool adjustLowerBoundToGrid()
const;
92 bool adjustUpperBoundToGrid()
const;
94 void setGridPen(
const QPen & pen );
97 void setSubGridVisible(
bool visible );
98 bool isSubGridVisible()
const;
100 void setSubGridPen(
const QPen & pen );
101 QPen subGridPen()
const;
103 void setOuterLinesVisible(
bool visible );
104 bool isOuterLinesVisible()
const;
106 void setZeroLinePen(
const QPen & pen );
107 QPen zeroLinePen()
const;
118 #if !defined(QT_NO_DEBUG_STREAM) 130 #endif // KDCHARTGRIDATTRIBUTES_H bool operator==(const Span &s1, const Span &s2)
Definition of global enums.
#define KDCHART_DECLARE_PRIVATE_BASE_VALUE(X)
GranularitySequence
GranularitySequence specifies the values, that may be applied, to determine a step width within a giv...
A set of attributes controlling the appearance of grids.
#define KDCHART_DECLARE_SWAP_SPECIALISATION(X)
QDebug operator<<(QDebug stream, const DataDimension &r)
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::GridAttributes, Q_MOVABLE_TYPE)
bool operator!=(const GridAttributes &other) const