<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with qcandlestick]]></title><description><![CDATA[A list of topics that have been tagged with qcandlestick]]></description><link>https://forum.qt.io/tags/qcandlestick</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 22:43:24 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/qcandlestick.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Apply rubberband in more than one data series]]></title><description><![CDATA[Hi SGaist , thanks for your welcome... I'm drawing these lines like this
        chartview=QChartView(self.__candlechart)
        chartview.setRubberBand(QChartView.HorizontalRubberBand)
        chartview.setRenderHint(QPainter.Antialiasing)

        lineserie1=QLineSeries()
        for i in self.times:
            lineserie1.append(QPointF(i,random.random()))
        pen = lineserie1.pen()
        pen.setWidth(3)
        pen.setBrush(QBrush(QColor(255,0,0)))
        lineserie1.setPen(pen)

        lineserie2=QLineSeries()
        for i in self.times:
            lineserie2.append(QPointF(i,random.random()))
        pen = lineserie2.pen()
        pen.setWidth(3)
        pen.setBrush(QBrush(QColor(0,0,255)))
        lineserie2.setPen(pen)

        self.__candlechart.addSeries(lineserie1)
        self.__candlechart.addSeries(lineserie2)

If I change the order (I mean add the lines before set rubber band option I got the same result.
Thanks!
]]></description><link>https://forum.qt.io/topic/134037/apply-rubberband-in-more-than-one-data-series</link><guid isPermaLink="true">https://forum.qt.io/topic/134037/apply-rubberband-in-more-than-one-data-series</guid><dc:creator><![CDATA[M.Maric]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[QCandlestickSeries element access]]></title><description><![CDATA[@TheLumbee https://doc.qt.io/qt-5/qcandlestickseries.html#sets ?
]]></description><link>https://forum.qt.io/topic/129610/qcandlestickseries-element-access</link><guid isPermaLink="true">https://forum.qt.io/topic/129610/qcandlestickseries-element-access</guid><dc:creator><![CDATA[eyllanesc]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>