PDA

View Full Version : Radial Axis in QPolarChart



bobbyael
27th August 2015, 10:34
Hello Friends,

I am trying to implement qpolarchart in my application but with only 3 radial axis. I am trying to color each & every axis with different color. I mean Outermost(3rd circle) axis with green, middle(2nd circle) axis with yellow and innermost(1st circle) with red. I selected "tickcount(4)" so has to get 3 axis. Now anyone could help me to get 3 different colored axis.

Thanks,
bobby

Ginsengelf
31st August 2015, 12:15
Hi, I never used QPolarChart, but from looking at the docs I think you can edit the QAbstractAxis objects by using QPolarChart::axes() (http://doc.qt.io/QtCharts/qpolarchart.html#axes).

Ginsengelf