I wonder one thing.
It's about chart refresh.
<C#>
public ObservableCollection<TrendSeries> Series { get; set; }
<XAML>
<telerik:ChartSeriesProvider x:Name="chartSeries" Source="{Binding Series}">
I know that chart is refreshed by changing 'Series'.
Such as Series.Add function is well work, but 'series = list' is not work...
what is problem...?
It's about chart refresh.
<C#>
public ObservableCollection<TrendSeries> Series { get; set; }
<XAML>
<telerik:ChartSeriesProvider x:Name="chartSeries" Source="{Binding Series}">
I know that chart is refreshed by changing 'Series'.
Such as Series.Add function is well work, but 'series = list' is not work...
what is problem...?