QtCharts Costumization Problem
Unsolved
Mobile and Embedded
-
Hi all,
I am preparing a chart to work on raspberry pi using QtChart. But I have some problems while trying to customize the graph.
1- I can not reduce the graph to the desired size.(I can get smaller but the plotArea is invisible and I'm just cropped. chart->setMaximumHeight(int h) & chart->setMaximumWidth(int w) )
2 -I want to reduce the range of values on the x and y axes.
I have a small screen with a resolution of 480x272. So I have need this customization.Thank you.