Custom QMarkerShapes for Scatter Series
-
Hello all,
Currently, I am working with QScatterSeries class and was trying to make it to where different plots on my graphs display different shapes. I tried to use multiple QMarkerShapes as shown in this documentation, but so far I am only able to use MarkerShapeCircle and MarkerShapeRectangle without getting any compile issues.
With that being said I have two questions:
1. Is there a way to fix my code (or import another library) so that the other options from the MarkerShape enum structure work? Right now, I have imported Qt Charts by adding QT += core gui charts to my project file and #include <QtCharts/QScatterSeries> to my class.
2. Is there a way to create and implement a custom marker shape for the QScatterSeries class?Thank you, in advance, for your time and consideratoin!