#include <KDChartGridAttributes.h>
Public Member Functions | |
bool | adjustLowerBoundToGrid () const |
bool | adjustUpperBoundToGrid () const |
GridAttributes (const GridAttributes &) | |
GridAttributes () | |
KDChartEnums::GranularitySequence | gridGranularitySequence () const |
QPen | gridPen () const |
qreal | gridStepWidth () const |
qreal | gridSubStepWidth () const |
bool | isGridVisible () const |
bool | isSubGridVisible () const |
bool | operator!= (const GridAttributes &other) const |
GridAttributes & | operator= (const GridAttributes &) |
bool | operator== (const GridAttributes &) const |
void | setAdjustBoundsToGrid (bool adjustLower, bool adjustUpper) |
By default visible bounds of the data area are adjusted to match a main grid line. | |
void | setGridGranularitySequence (KDChartEnums::GranularitySequence sequence) |
Specify which granularity sequence is to be used to find a matching grid granularity. | |
void | setGridPen (const QPen &pen) |
void | setGridStepWidth (qreal stepWidth=0.0) |
void | setGridSubStepWidth (qreal subStepWidth=0.0) |
void | setGridVisible (bool visible) |
void | setSubGridPen (const QPen &pen) |
void | setSubGridVisible (bool visible) |
void | setZeroLinePen (const QPen &pen) |
QPen | subGridPen () const |
QPen | zeroLinePen () const |
~GridAttributes () |
|
|
|
|
|
|
|
|
|
|
|
Referenced by KDChart::CartesianCoordinatePlane::getDataDimensionsList(). |
|
Referenced by operator<<(). |
|
Referenced by KDChart::CartesianCoordinatePlane::getDataDimensionsList(), and operator<<(). |
|
Referenced by KDChart::CartesianCoordinatePlane::getDataDimensionsList(), and operator<<(). |
|
Referenced by operator<<(). |
|
Referenced by operator<<(). |
|
Definition at line 104 of file KDChartGridAttributes.h.
00104 { return !operator==(other); } |
|
|
|
|
|
By default visible bounds of the data area are adjusted to match a main grid line. If you set the respective adjust flag to false the bound will not start at a grid line's value but it will be the exact value of the data range set.
|
|
Specify which granularity sequence is to be used to find a matching grid granularity. See details explained at KDChartEnums::GranularitySequence. You might also want to use setAdjustBoundsToGrid for fine-tuning the start/end value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by operator<<(). |
|
Referenced by operator<<(). |