KChart
KChartLineDiagram.h
Cartesian coordinate plane.
Definition KChartCartesianCoordinatePlane.h:26
Set of attributes for changing the appearance of line charts.
Definition KChartLineAttributes.h:21
void setType(const LineType type)
Sets the line diagram's type to type.
Definition KChartLineDiagram.cpp:87
LineAttributes lineAttributes() const
Definition KChartLineDiagram.cpp:194
bool centerDataPoints() const
Definition KChartLineDiagram.cpp:139
void setLineAttributes(const LineAttributes &a)
Sets the global line attributes to la.
Definition KChartLineDiagram.cpp:154
void setCenterDataPoints(bool center)
If centerDataPoints() is true, all data points are moved by an offset of 0.5 to the right.
Definition KChartLineDiagram.cpp:124
void setValueTrackerAttributes(const QModelIndex &index, const ValueTrackerAttributes &a)
Sets the value tracker attributes of the model index index to va.
Definition KChartLineDiagram.cpp:276
qreal threeDItemDepth(const QModelIndex &index) const override
Definition KChartLineDiagram.cpp:266
void setThreeDLineAttributes(const ThreeDLineAttributes &a)
Sets the global 3D line attributes to la.
Definition KChartLineDiagram.cpp:215
virtual LineDiagram * clone() const
Creates an exact copy of this diagram.
Definition KChartLineDiagram.cpp:65
void resize(const QSizeF &area) override
Called by the widget's sizeEvent.
Definition KChartLineDiagram.cpp:342
ThreeDLineAttributes threeDLineAttributes() const
Definition KChartLineDiagram.cpp:246
const QPair< QPointF, QPointF > calculateDataBoundaries() const override
\reimpl
Definition KChartLineDiagram.cpp:297
void resetLineAttributes(int column)
Resets the line attributes of data set column.
Definition KChartLineDiagram.cpp:170
void setReverseDatasetOrder(bool reverse)
With this property set to true, data sets in a normal line diagram are drawn in reversed order.
Definition KChartLineDiagram.cpp:144
void paint(PaintContext *paintContext) override
Draw the diagram contents to the rectangle and painter, that are passed in as part of the paint conte...
Definition KChartLineDiagram.cpp:322
ValueTrackerAttributes valueTrackerAttributes(const QModelIndex &index) const
Returns the value tracker attributes of the model index index.
Definition KChartLineDiagram.cpp:285
bool reverseDatasetOrder() const
Definition KChartLineDiagram.cpp:149
bool compare(const LineDiagram *other) const
Returns true if both diagrams have the same settings.
Definition KChartLineDiagram.cpp:73
Cell-specific attributes regarding value tracking.
Definition KChartValueTrackerAttributes.h:29
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.