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.
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.