Hello.
I don't know why to display garbage data on below column chart.
Would you give me a advise how to reslove this problem?
--------------------------------------------------------------------------------------------------------
ChartTextAppearance chartText = new ChartTextAppearance(); chartText.Row = chartText.Column = -2; chartText.Visible = true; chartText.ItemFormatString = "<DATA_VALUE:0.##>"; chartText.VerticalAlign = StringAlignment.Far; ((ColumnChartAppearance)layer2.ChartTypeAppearance).ChartText.Add(chartText); ((ColumnChartAppearance)layer2.ChartTypeAppearance).NullHandling = NullHandling.Zero; ((ColumnChartAppearance)layer2.ChartTypeAppearance).ColumnSpacing = 5;
----------------------------------------------------------------------------------------------------------
Please give me the answer asap.
Thank you.
garbage data is Null data...
Hi, If I'm not wrong, you are executing some kind of query that returns "null value" and it will cause and error, right?