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

[Solved] For Scatter plot chart SeriesExtensions.GetUserScatterData() is missing

2 Answers 77 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nagarajan
Top achievements
Rank 1
Nagarajan asked on 04 Mar 2010, 01:18 PM
Dear sir,
I have downloaded the trail version 1 month before and in that there is no scattered plot chart.
Now in the recent version there is a scattered plot chart.
for that , i need the in the seriesExtensions.cs with GetUserScatterData()  function so that i can run my code.
please update the seriesextension.cs with GetUserScatterData()  function in the reply mail.

 RadChart1.DefaultSeriesDefinition = new ScatterSeriesDefinition();
            RadChart1.DefaultView.ChartArea.AxisY.StripLinesVisibility = Visibility.Visible;
            RadChart1.DefaultView.ChartArea.AxisX.StripLinesVisibility = Visibility.Visible;
            RadChart1.ItemsSource = SeriesExtensions.GetUserScatterData();
In the both places getting some errors.so please send us the updated  seriesextension.cs with GetUserScatterData()  function
in the reply mail.
Expecting your reply..
 thanks and regards,
Nagarajan.

2 Answers, 1 is accepted

Sort by
0
Nagarajan
Top achievements
Rank 1
answered on 08 Mar 2010, 07:34 AM
Dear sir,
I have downloaded the trail version 1 month before and in that there is no scattered plot chart.
Now in the recent version there is a scattered plot chart.
for that , i need the in the seriesExtensions.cs with GetUserScatterData()  function so that i can run my code.
please update the seriesextension.cs with GetUserScatterData()  function in the reply mail.

 RadChart1.DefaultSeriesDefinition = new ScatterSeriesDefinition();
            RadChart1.DefaultView.ChartArea.AxisY.StripLinesVisibility = Visibility.Visible;
            RadChart1.DefaultView.ChartArea.AxisX.StripLinesVisibility = Visibility.Visible;
            RadChart1.ItemsSource = SeriesExtensions.GetUserScatterData();
In the both places getting some errors.so please send us the updated  seriesextension.cs with GetUserScatterData()  function
in the reply mail.
Expecting your reply..

 thanks and regards,
Nagarajan.
0
Giuseppe
Telerik team
answered on 08 Mar 2010, 09:29 AM
Hi Nagarajan,

Scatter series type is not available in the current official version of the controls (Q3 2009 SP2), it will be officially introduced with the Q1 2010 release scheduled around mid-March. If you would like to check the preview version of this feature, you need to download the Q1 2010 Beta files from your Client.Net account (the appropriate updated version of the SeriesExtensions.cs example file is part of this installation as well).


Greetings,
Manuel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart
Asked by
Nagarajan
Top achievements
Rank 1
Answers by
Nagarajan
Top achievements
Rank 1
Giuseppe
Telerik team
Share this question
or