Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: Linegraph/ X axis numbers  (Read 1492 times)

Edwin Martens

  • Newbie
  • *
  • Posts: 5
    • View Profile
Linegraph/ X axis numbers
« 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

Edwin Martens

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Linegraph/ X axis numbers
« Reply #1 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

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: Linegraph/ X axis numbers
« Reply #2 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 
« Last Edit: January 09, 2020, 10:18:55 PM by Arin Alex »

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: Linegraph/ X axis numbers
« Reply #3 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.     

Edwin Martens

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Linegraph/ X axis numbers
« Reply #4 on: January 10, 2020, 12:16:29 PM »
Thank you  ;)
Keep up the good work !