Hello to all!
I need remove X position to the end of bar.
By now X position shows at the center of bar.
Wait for You answer.
Best regards.
remove X position data
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello,
Sorry but I don't understand what are you exactly looking for. What do you mean with "X position"? Could you please give us more information on what are you trying to achieve? It would be helpful if you could send us an image of what you are trying to get.
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Sorry but I don't understand what are you exactly looking for. What do you mean with "X position"? Could you please give us more information on what are you trying to achieve? It would be helpful if you could send us an image of what you are trying to get.
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Narcís sorry I long time has not spoken English.
Try to explain what i mean
We got an bar (rectangle) that represent value, for example 5
That will be our bar
___
| |
| |
~~
And it value be found at center like it
a)
___
| |
| |
~~
_|(5)
And i need move value to the end of bar, like it
b)
___
| |
| |
~~
__|(5)
different between a) and b) that value appear at the end of bar what present by itself integration period, it mean that each bar represent some period between program have data in database. We need show data at the end of it period. It mean at the end of bar.
Sorry if again say something wrong.
And i send to
steema.public.attachments
my topic named:
"Move value position from center of bar(rectangle) to end"
Best regards.
Try to explain what i mean
We got an bar (rectangle) that represent value, for example 5
That will be our bar
___
| |
| |
~~
And it value be found at center like it
a)
___
| |
| |
~~
_|(5)
And i need move value to the end of bar, like it
b)
___
| |
| |
~~
__|(5)
different between a) and b) that value appear at the end of bar what present by itself integration period, it mean that each bar represent some period between program have data in database. We need show data at the end of it period. It mean at the end of bar.
Sorry if again say something wrong.
And i send to
steema.public.attachments
my topic named:
"Move value position from center of bar(rectangle) to end"
Best regards.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi,
No problem! I'm not a native English speaker either . Thanks for clearing that. I think I understood what you are looking for. Try setting the bar series offset to -50:
No problem! I'm not a native English speaker either . Thanks for clearing that. I think I understood what you are looking for. Try setting the bar series offset to -50:
Code: Select all
TChart1.Series(0).asBar.OffsetPercent = -50
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |