KQuickCharts
LineChart.h
119 Q_PROPERTY(ChartDataSource *fillColorSource READ fillColorSource WRITE setFillColorSource NOTIFY fillColorSourceChanged)
135 Q_PROPERTY(QQmlComponent *pointDelegate READ pointDelegate WRITE setPointDelegate NOTIFY pointDelegateChanged)
152 void updateLineNode(LineChartNode *node, ChartDataSource *valueSource, const QColor &lineColor, const QColor &fillColor, qreal lineWidth);
154 void updatePointDelegate(QQuickItem *delegate, const QVector2D &position, const QVariant &value, int sourceIndex);
An attached property that is exposed to point delegates created in line charts.
Definition LineChart.h:25
ChartDataSource * fillColorSource
A data source that supplies color values for the line charts' fill area.
Definition LineChart.h:119
QQmlComponent * pointDelegate
A delegate that will be placed at each line chart point.
Definition LineChart.h:135
bool interpolate
Interpolate the values in the chart so that the lines become smoothed.
Definition LineChart.h:92
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALQ_SIGNAL
QObject * parent() const const
QQuickItem(QQuickItem *parent)
virtual void geometryChange(const QRectF &newGeometry, const QRectF &oldGeometry)
opacity
parent
virtual QSGNode * updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updatePaintNodeData)
virtual void updatePolish()
width
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:45:50 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:45:50 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.