On the following chart:
http://www.bankdynamics.com/tc.html
Series1 will always have positive values and Series2 will always have negative. Is there any way to get the bars to line up vertically and not be offset as in a side-by-side bar chart?
On a broader note, is there any better/newer/more in-depth documentation available?
Thank you.
-Dave Olson
Bar series offsets and Teechart for HTML5 documentation
Re: Bar series offsets and Teechart for HTML5 documentation
Hi Dave,
Excuse us for the delayed reply here.
We've just implemented a new offset property for the Bar and HorizBar series, so you can align the bars with:
This will be included in the next maintenance release.
Excuse us for the delayed reply here.
We've just implemented a new offset property for the Bar and HorizBar series, so you can align the bars with:
Code: Select all
AChart.series.items[0].offset=50;
AChart.series.items[1].offset=-50;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |