@@ -36,7 +36,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
36 | 36 | ChartAxis::ChartAxis(QAbstractAxis *axis, QGraphicsItem* item , bool intervalAxis) |
|
37 | 37 | : ChartElement(item), |
|
38 | 38 | m_axis(axis), |
|
39 |
m_labelsAngle( |
|
|
39 | m_labelsAngle(axis->labelsAngle()), | |
|
40 | 40 | m_grid(new QGraphicsItemGroup(item)), |
|
41 | 41 | m_arrow(new QGraphicsItemGroup(item)), |
|
42 | 42 | m_shades(new QGraphicsItemGroup(item)), |
General Comments 0
You need to be logged in to leave comments.
Login now