Is it possible to show a dynamic chart with fixed bar align and size?
I'd like to show my chart with vertical bars with width 5 and all them to right align.
On the follow attached example I built it using rectangles, so I just created the object in runtime and put it on the right side, I'd say my rectangle chart 'moves' from right to left.
I'd like to do something like that using TeeChart
I'm using TeeChart Pro 2020 + RadStudo 10.4.1 + FMX.
Chart with non automatic bar aling/size
-
- Newbie
- Posts: 2
- Joined: Mon Feb 08, 2021 12:00 am
Chart with non automatic bar aling/size
- Attachments
-
- Untitled.jpg (24.87 KiB) Viewed 31084 times
-
- Newbie
- Posts: 2
- Joined: Mon Feb 08, 2021 12:00 am
Re: Chart with non automatic bar aling/size
I've fixed it following this tip: https://stackoverflow.com/questions/661 ... 4#66136734
Re: Chart with non automatic bar aling/size
Hello,
I'm glad to hear you found a solution.
An alternative would be to play with
I'm glad to hear you found a solution.
An alternative would be to play with
CustomBarWidth
or with the bottom axis scale SetMinMax(min, max)
.Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |