Actions
Support #688
openNo way to add a colorbar into an axis object in qtcharts
Status:
Resolved
Priority:
High
Assignee:
-
Category:
legacy
Target version:
-
Start date:
10/05/2016
Due date:
% Done:
0%
Estimated time:
revision:
r0
Story points:
Sprint:
Description
The only way to interact with the axis in order to add a colorbar is to add a QGraphicsItem into the m_arrow QAbstractAxis' member. This m_arrow is a QGraphicsItemGroup.
Even when I add my custom QGraphicsRectItem containing my gradient into this m_arrow, it is never displayed in the axis layout.
Actions