##// END OF EJS Templates
Fix vanishing labels for first and last ticks....
Fix vanishing labels for first and last ticks. Extra space must be reserved by layout for the axes that have wide labels for first or last tick. Changed the logic how axis sizeHint is interpreted to make the previously irrelevant height or width (depending on orientation) of the sizeHint to indicate how far the widest label extends past the first/last tick, and adjust the grid size accordingly in layout. Reviewed-by: Mika Salmela

File last commit:

r985:540476161cec
r2443:5b27b7b1d72a RC2_1.2.1
Show More
demos-dynamicspline.qdoc
10 lines | 213 B | text/plain | TextLexer
/ doc / src / demos-dynamicspline.qdoc
/*!
\example demos/dynamicspline
\title Dynamic spline demo
\subtitle
The example shows how to draw dynamic data.
\image demos_dynamicspline1.png
\image demos_dynamicspline2.png
*/