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

compare between line series chart

1 Answer 65 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.
mai
Top achievements
Rank 1
mai asked on 24 Sep 2014, 06:26 AM
i am using android Chart Component for making finical charts but i confused how to use:

lineSeries.setCombineMode(ChartSeriesCombineMode.CLUSTER); 
lineSeries.setCombineMode(ChartSeriesCombineMode.STACK_100);

to compare between line series chart

please, we need to know how comparing charts is working ?

1 Answer, 1 is accepted

Sort by
0
Antony Jekov
Telerik team
answered on 24 Sep 2014, 10:10 AM
Hello Mai,

Thank you for contacting the Android team.

The line series will not react much differently when set to clustered mode. There is no logical way to cluster the two lines after all. They can however be set to stack, where every next series will not start counting from zero, but will take the first point of the previous series as zero. The stack100 mode will cause the series to stack and to occupy 100% of the plot area where the values will be converted to percentages.

If you are planning to display financial data I would recommend you to use the financial series available with the chart. You can take a look at the examples or in the documentation - http://docs.telerik.com/devtools/android/controls/chart/series/chart-series-financial

Please let me know if you have any additional questions.

Regards,
Antony Jekov
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
mai
Top achievements
Rank 1
Answers by
Antony Jekov
Telerik team
Share this question
or