LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Edwin Martens on January 06, 2020, 01:49:52 PM

Title: Linegraph/ X axis numbers
Post by: Edwin Martens on January 06, 2020, 01:49:52 PM
Is it possible to have the numbers on the X axis straight up , so they are not rotated 90 degrees to the left ?
see attachment.

by the way, how do I insert an attachment into a message ?

P.S. Can you make the linegraph also an option in the designer ? (Chart type in Object Inspector)

thnx !
Edwin Martens
Title: Re: Linegraph/ X axis numbers
Post by: Edwin Martens on January 07, 2020, 05:47:30 PM
By the way, when trying to spawn the designer from a console APP I get an error...

QBasicTimer::start: QBasicTimer can only be used with threads started with QThread


...And the designer closes immediately
Title: Re: Linegraph/ X axis numbers
Post by: Arin Alex on January 09, 2020, 02:02:45 AM
Hi!
Quote
Is it possible to have the numbers on the X axis straight up , so they are not rotated 90 degrees to the left ?
see attachment.
Yes :) I will think about how to do it best
Quote
P.S. Can you make the linegraph also an option in the designer ? (Chart type in Object Inspector)
Ok, I will make it
Quote
By the way, when trying to spawn the designer from a console APP I get an error...
I will check and fix
Quote
by the way, how do I insert an attachment into a message ?
Unfortunately, the forum engine doesn't have a simple way to insert the attached image into the message.
You can use
Code: [Select]
[img][/img] but it needs an image link address 
Title: Re: Linegraph/ X axis numbers
Post by: Arin Alex on January 09, 2020, 10:26:44 PM
Hi, I have made some changes (ver 1.5.28).
From now the chart labels will rotate only if not enough space to draw them vertically.
Also, I have fixed showing the designer from a console application.
Next, I am going to do some refactoring for ChartItem to make it more flexible and extendable.     
Title: Re: Linegraph/ X axis numbers
Post by: Edwin Martens on January 10, 2020, 12:16:29 PM
Thank you  ;)
Keep up the good work !