I want to make a graph with some stacked horizontal bars, and the value (Marks) should be centers in each series (bar with different colors). See the picture:
How do I do that?
Is it allso possible to have the left axis labels centers as on the example picture?
Thanks in advance!
Carsten Heinmann
How to center marks on horizontalbars
Re: How to center marks on horizontalbars
Hi Carsten,
There is a new feature to do this. You can set MarksOnBar to true and MarksLocation to mlCenter.
But I'm afraid this new feature doesn't work fine with Stacked Bars. I've added it to the wish list to be implemented in a future release (TV52015085).
In the meanwhile you could do it manually with custom drawing methods.
There is a new feature to do this. You can set MarksOnBar to true and MarksLocation to mlCenter.
But I'm afraid this new feature doesn't work fine with Stacked Bars. I've added it to the wish list to be implemented in a future release (TV52015085).
In the meanwhile you could do it manually with custom drawing methods.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to center marks on horizontalbars
Hi,
This is to let you know the item TV52015085 has just been reviewed and now the marks are correctly aligned in the start/center/end of the bars, also when the bars are stacked.
This will be included in the next maintenance release (and it is already included in the SourceCode Pre-Release just published).
This is to let you know the item TV52015085 has just been reviewed and now the marks are correctly aligned in the start/center/end of the bars, also when the bars are stacked.
This will be included in the next maintenance release (and it is already included in the SourceCode Pre-Release just published).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |