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

TKChart columns overlapping eachother

1 Answer 63 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.
Samer
Top achievements
Rank 1
Samer asked on 21 Dec 2015, 08:05 AM

Hello,

If there are two same values in array that contains values for X-axis , the two columns overlaps each-other.

[TKChartDataPoint alloc] initWithX:procedureType[i] Y:procedureCount[i]]

How can I get separate columns for the two on chart ?

Thanks in advance.

 

 

 

1 Answer, 1 is accepted

Sort by
0
Sophi
Telerik team
answered on 23 Dec 2015, 08:32 AM
Hello Samer,

In order to have two columns with the same x value not overlapping each other you should use the clustering feature of the TKChart. The idea of the clustering is that you have a common axises and multiple column series drawn. You can read about clustering of columns in our online documentation where we have an example showing how to implement it, here is link to the article.

I hope this helps.
If you have any further questions do not hesitate to ask.

Regards,
Sophi
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Samer
Top achievements
Rank 1
Answers by
Sophi
Telerik team
Share this question
or