Page 1 of 1

Bar series offsets and Teechart for HTML5 documentation

Posted: Fri Sep 14, 2012 4:39 pm
by 17762656
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

Re: Bar series offsets and Teechart for HTML5 documentation

Posted: Wed Sep 26, 2012 9:56 am
by yeray
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:

Code: Select all

AChart.series.items[0].offset=50;
AChart.series.items[1].offset=-50;
This will be included in the next maintenance release.