Declined
Last Updated: 01 Oct 2014 08:39 by ADMIN
ADMIN
Ivan Petrov
Created on: 12 Jul 2012 07:28
Category: ChartView
Type: Bug Report
4
FIX. RadChartView - Combining of category values does not work.
Steps to reproduce.

1. Add a chart view to a form.
2. Create a series and add several data points. For categories use double values in the range 10 - 20
3. Create a second series and this time for categories use double values in the same range without duplication.
4. Assign one linear and one categorical axis to the series and add them to the char view.
5. Run the project and you will see that the categories from the second series are next to those from the first series, while they should be combined according their values.
1 comment
ADMIN
Ivan Petrov
Posted on: 01 Oct 2014 08:39
Categorical axes treat each different value as a unique category without applying any sorting or ordering. Categories are displayed in the way they are added to the chart/series/axes. 

For ordered values that are not added to the chart in the desired display order developers should use one of the continuous axes or one of the scatter series.