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

Can not change series name right after binding data in two-dimension array

1 Answer 38 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Brent
Top achievements
Rank 1
Brent asked on 21 Nov 2013, 09:14 AM

I use C# to implement the chart and bind the data source with a two-dimension array.
However,each series name on the chart can not be changed to the "xxx", it still shows "series 1", "series 2" and "series 3"

I would like to know what can I do to solve the problem above.  Thank you.

RadChart1.DataSource = twoDimArray;
RadChart1.DataBind();
    ……...
RadChart1.Series[0].Name = "xxx";
RadChart1.Series[1].Name = "yyy";
RadChart1.Series[2].Name = "zzz";

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 25 Nov 2013, 05:43 PM
Hi Brent,

Unfortunately, you will not be able to change the series names this way. Please, consider building the chart manually as shown in this help topic. Please, note that RadChart is now obsolete in favor of the newer RadChartView, so we do not plan fixes for RadChart. For any new development we strongly recommend using RadChartView.

Best regards,
Ves
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Chart (obsolete as of Q1 2013)
Asked by
Brent
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or