I would like to know if there is some sample code to create a RadChart programmatically.
I only have this code in the xaml file:
And I would like to create the series, configure the axes, bind the chart to a datatable where I have the data that I want to show, in the cs file.
Thanks,
Alberto
I only have this code in the xaml file:
<telerik:RadChart Content="RadChart" HorizontalAlignment="Left" Margin="10,455,0,10" Grid.Row="1" Width="791"/>And I would like to create the series, configure the axes, bind the chart to a datatable where I have the data that I want to show, in the cs file.
Thanks,
Alberto