This is a migrated thread and some comments may be shown as answers.

Again poor documentation of Class TKChartStackInfo

1 Answer 39 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Manuel
Top achievements
Rank 1
Manuel asked on 13 Mar 2015, 04:14 PM
As seen in the attachment, we added three TKChartDataPoint in three TKChartColumnSeries. Each series has series.stackInfo = [[TKChartStackInfo alloc] initWithId: @(1) withStackMode:TKChartStackModeStack]. We'd expect, that all the three bars are on top of each other and starting just above the x-axis. 

Can you please advice us again how to implement that?

The documentation (http://docs.telerik.com/devtools/ios/api/Classes/TKChartStackInfo.html) gives us no hints whatsoever?

1 Answer, 1 is accepted

Sort by
0
Adrian
Telerik team
answered on 16 Mar 2015, 09:39 AM
Hi Manuel,

Thank you for contacting us.

To display the column series stacked their data points should have same x axis values. In the case from the screenshot it looks like the data point in one of your series has different x value than the other 2 data points which causes this issue. You can read more about stacking column series in TKChart here.

I hope this helps. Do not hesitate to contact us if you need further assistance.

Regards,
Adrian
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart
Asked by
Manuel
Top achievements
Rank 1
Answers by
Adrian
Telerik team
Share this question
or