You have to overload QwtPlotCurve::drawCurve and QwtPlotCurve::drawSymbols. Here you can split your paint operation, and assign different colors to your painter/symbol before you call the methods of the base class for each interval.
Uwe
You have to overload QwtPlotCurve::drawCurve and QwtPlotCurve::drawSymbols. Here you can split your paint operation, and assign different colors to your painter/symbol before you call the methods of the base class for each interval.
Uwe
Wisley (14th March 2008)
Bookmarks