PDA

View Full Version : A qcustomplot question



emp1953
18th June 2017, 20:57
I have an app containing several qcustomplot widgets. They had to be sized down but it doesn't look like the font size for the x and y axis sized down with it. How do I change the font size for the x and y axis?

Thanks

d_stranz
18th June 2017, 21:08
Why don't you read the QCustomPlot documentation? (http://www.qcustomplot.com/documentation/classQCPAxis.html) It's comprehensive and online.

emp1953
19th June 2017, 00:20
There is no example showing implementation of the overloaded QCPRange::QCPRange ( double lower, double upper )

d_stranz
19th June 2017, 17:52
How do I change the font size for the x and y axis?

You didn't ask about QCPRange. You asked about font size for the axis, and I took the trouble to look it up for you.