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

Displaying a specific message if their is no record in chart.

1 Answer 73 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
VIJAY
Top achievements
Rank 1
VIJAY asked on 11 Jun 2012, 08:55 AM
I am radchart in that if theri is no record coming from database then a message is displayed:
"there is no or empty series"

I want to customize this message. How can i do it from code-behind.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 11 Jun 2012, 10:27 AM
Hello Vijai,

Try setting the following.
C#:
RadChart1.PlotArea.EmptySeriesMessage.TextBlock.Text="your text";

Thanks,
Princy.
Tags
Chart (Obsolete)
Asked by
VIJAY
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or