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

Problems to set values CategorySeriesItem

1 Answer 56 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Rodrigo Rosada
Top achievements
Rank 1
Rodrigo Rosada asked on 03 Mar 2014, 05:19 PM
Hi guys,

How are you ?

We are having problems to implements the HtmlChat.

When we have values to set to CategorySeriesItem like the example below, it's works ok, but when we not have values, we set value 0, but the graphics   doesn't shows any value.

Can you help us about this?

CategorySeriesItem csi = new CategorySeriesItem();
csi.Y = 0;
columnSeries = new ColumnSeries();
columnSeries = radChartStatusProjeto.PlotArea.Series[0] as ColumnSeries;
columnSeries.SeriesItems.Add(csi);

tks for now.

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 05 Mar 2014, 12:40 PM
Hello Rodrigo,

I have already replied to the support ticket that was opened by you on the matter, so I paste my answer there, in order for the other members of the forum to benefit of it.

You can try to upgrade to the latest official version of Telerik UI for ASP.NET AJAX - 2014.1.225, where labels for zero values are displayed.

Regards,
Danail Vasilev
Telerik

DevCraft Q1'14 is here! Join the free online conference to see how this release solves your top-5 .NET challenges. Reserve your seat now!

Tags
Chart (HTML5)
Asked by
Rodrigo Rosada
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or