Page 1 of 1

remove X position data

Posted: Wed Oct 25, 2006 11:59 am
by 9089070
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.

Posted: Wed Oct 25, 2006 1:41 pm
by narcis
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.

Posted: Wed Oct 25, 2006 2:18 pm
by 9089070
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.

Posted: Wed Oct 25, 2006 2:43 pm
by narcis
Hi,

No problem! I'm not a native English speaker either :wink:. 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