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

EmptySeriesMessage

1 Answer 94 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.
Sperduti
Top achievements
Rank 1
Sperduti asked on 30 Nov 2007, 09:03 AM
I have a problem with the EmptySeriesMessage of my Chart.

Even if I change

myChart.PlotArea.EmptySeriesMessage.TextBlock.Text

property to another message, on grid property or on my code, in execution my value is not saved and "There is no or empty series" always appears.

How can I do ?

Regards,

YSP

1 Answer, 1 is accepted

Sort by
0
Velichka
Telerik team
answered on 03 Dec 2007, 01:00 PM
Hi Sperduti,

Thank you for contacting us with this issue. We investigated the problem, and it seems that there is a problem with the design-time serialization. It will be fixed for the next releases.

As a workaround you can set the value by code:
 
public Form1() 
    InitializeComponent(); 
    radChart1.PlotArea.EmptySeriesMessage.TextBlock.Text = "my custom text"
 


Kind regards,
Velichka
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Chart (obsolete as of Q1 2013)
Asked by
Sperduti
Top achievements
Rank 1
Answers by
Velichka
Telerik team
Share this question
or