##// END OF EJS Templates
Clarified AreaSeries documentation...
Clarified AreaSeries documentation Added note about using a line series only for area series. If the same line series is added to chart and area series it will cause problems. Change-Id: Ie9fbc1f0741e139d82bd3d705b17b0369afc3dc9 Task-number: QTRD-3516 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2790:f40f14281427
Show More
boxplotchart.pri
25 lines | 586 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/boxplotchartitem.cpp \
$$PWD/qboxplotseries.cpp \
$$PWD/boxwhiskers.cpp \
$$PWD/qboxset.cpp \
$$PWD/qboxplotmodelmapper.cpp \
$$PWD/qvboxplotmodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/boxplotchartitem_p.h \
$$PWD/qboxplotseries_p.h \
$$PWD/boxwhiskers_p.h \
$$PWD/boxwhiskersdata_p.h \
$$PWD/qboxset_p.h \
$$PWD/qboxplotmodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qboxplotseries.h \
$$PWD/qboxset.h \
$$PWD/qboxplotmodelmapper.h \
$$PWD/qvboxplotmodelmapper.h