Offset values in Double and not in Pixel?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
moelski
Advanced
Posts: 212
Joined: Mon Apr 23, 2007 12:00 am
Location: Germany
Contact:

Offset values in Double and not in Pixel?

Post by moelski » Mon Feb 18, 2008 4:30 pm

Hi support,

is there any way to have an offset in double values instead of pixel values?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Feb 18, 2008 4:49 pm

Hi Dominik,

Sorry but I don't understand what you are trying to do. What do you need the offset for?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

moelski
Advanced
Posts: 212
Joined: Mon Apr 23, 2007 12:00 am
Location: Germany
Contact:

Post by moelski » Mon Feb 18, 2008 5:38 pm

Hi Narcis,

you can set MaximumOffset and MinimumOffset for an axis. This values are in Pixel.
Description
The amount of pixels that will be left as a margin at axis maximum position.
Is it possible to have such an offset with double values?

Example:
We log serial data in our application. The serial data comes from chargers which charge batteries. One possible series is the voltage or current. And in most cases if you set the axis to automatic scale the series is at the top of the chart.
Now you can set the MaximumOffset to set the space between the upper chart end and the series. But this is set in pixels. But it would be better to set the Offset with a double value.

Lets say the maximum value of the voltage axis is 11,5. Now you set the Offset to 1,0. The result should be a maximum value of 12,5 for the axis and the series ends at 11,5.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Feb 19, 2008 9:08 am

Hi Dominik,

I'm afraid this is not possible at the moment. I've added your request to our wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply