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

Property ValueAggregateFunction in clas ChartDataSource is not available or lost

5 Answers 63 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Ulrich
Top achievements
Rank 1
Ulrich asked on 11 Jan 2013, 09:37 AM
Hello 

in http://www.telerik.com/help/wpf/radchartview-populating-with-data-chartdatasource.html is this sample 

public class MyDataSource : ChartDataSource
{
    public MyDataSource()
        : base()
    {
        this.ValueAggregateFunction = new SumFunction();
    }
}


We used that with version 2012.3.1017.40 and it work fine for us. 
Now we tried to upgrad to version 2012.3.1129.40 and is doesnt work. The property "ValueAggregateFunction" is not available

5 Answers, 1 is accepted

Sort by
0
Petar Kirov
Telerik team
answered on 16 Jan 2013, 09:17 AM
Hi Ulrich,

Presently, the ValueAggregateFunction is indeed missing due to some changes the ChartDataSource had to go through. Our developers are already working on fixing the issue. We apologize for the inconvenience. 

All the best,
Petar Kirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Peter
Top achievements
Rank 1
answered on 22 Mar 2013, 07:10 AM
Has this been fixed yet?

I have looked through the release notes of the internal builds and cannot see it mentioned anywhere....
0
Petar Kirov
Telerik team
answered on 22 Mar 2013, 11:42 AM
Hi Peter,

The support for custom aggregate functions has returned however there were some changes. Please refer to this forum post for more information. I have attached a sample demonstrating how they are used. 
 
Regards,
Petar Kirov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Peter
Top achievements
Rank 1
answered on 23 Mar 2013, 03:08 AM
The project you have attached does not work. GetValueAggregateFunction is not available to override. I am using 2012.3.1129.40 how can I get this to work?
0
Missing User
answered on 27 Mar 2013, 11:14 AM
Hi Peter,

The project my colleague attached depends on assemblies from our latest release with build number 2013.1.220. Since you still have an active subscription, you can download the latest version of RadControls for WPF from your account and I'd like to encourage you to do so.

All the best,
Ivan N.
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ChartView
Asked by
Ulrich
Top achievements
Rank 1
Answers by
Petar Kirov
Telerik team
Peter
Top achievements
Rank 1
Missing User
Share this question
or