This question is locked. New answers and comments are not allowed.
In ChartView and PivotGrid integration tutorial\example
(http://www.telerik.com/help/silverlight/radpivotgrid-features-radchartview-integration.html)
you have following xaml piece:
I want to know how to do this line - but without XAML:
My concern is ChartSeriesProvider don't have SetBinding method, and i cant do this with RadCartesianChart.
Any help would be great :)
Greetings.
(http://www.telerik.com/help/silverlight/radpivotgrid-features-radchartview-integration.html)
you have following xaml piece:
<telerik:RadCartesianChart.SeriesProvider> <telerik:ChartSeriesProvider Source="{Binding SeriesSource}" > <telerik:ChartSeriesProvider.SeriesDescriptors > <telerik:CategoricalSeriesDescriptor x:Name="seriesDescriptor" ItemsSourcePath="Items" ValuePath="Value" CategoryPath="NameX"/> </telerik:ChartSeriesProvider.SeriesDescriptors> </telerik:ChartSeriesProvider></telerik:RadCartesianChart.SeriesProvider>I want to know how to do this line - but without XAML:
<telerik:ChartSeriesProvider Source="{Binding SeriesSource}" >My concern is ChartSeriesProvider don't have SetBinding method, and i cant do this with RadCartesianChart.
Any help would be great :)
Greetings.
