23 #ifndef KDCHARTGRIDATTRIBUTES_H
24 #define KDCHARTGRIDATTRIBUTES_H
48 void setGridVisible(
bool visible );
49 bool isGridVisible()
const;
52 void setGridStepWidth( qreal stepWidth=0.0 );
53 qreal gridStepWidth()
const;
55 void setGridSubStepWidth( qreal subStepWidth=0.0 );
56 qreal gridSubStepWidth()
const;
82 void setAdjustBoundsToGrid(
bool adjustLower,
bool adjustUpper );
83 bool adjustLowerBoundToGrid()
const;
84 bool adjustUpperBoundToGrid()
const;
87 void setGridPen(
const QPen & pen );
91 void setSubGridVisible(
bool visible );
92 bool isSubGridVisible()
const;
94 void setSubGridPen(
const QPen & pen );
95 QPen subGridPen()
const;
98 void setOuterLinesVisible(
bool visible );
99 bool isOuterLinesVisible()
const;
102 void setZeroLinePen(
const QPen & pen );
103 QPen zeroLinePen()
const;
114 #if !defined(QT_NO_DEBUG_STREAM)
124 Q_DECLARE_METATYPE( KDChart::GridAttributes )
126 #endif // KDCHARTGRIDATTRIBUTES_H