private void LoadColumnChartData()
{
((ColumnSeries)mcChart.Series[0]).ItemsSource =
new KeyValuePair
{
new KeyValuePair
new KeyValuePair
new KeyValuePair
new KeyValuePair
new KeyValuePair
new KeyValuePair
};
}
But now, I need to display the values (inside a loop) in the chart. Is that possible?
Inside that FOR loop, if I have the below code:
((ColumnSeries)mcChart.Series[0]).ItemsSource = new KeyValuePair
{
new KeyValuePair
};
I can only get its last value.
Say I have to loop through ten times, I need to display 10 barcharts showing 10 different SelectedTestSystems and 10 values of MeanUtilization.
Wang WenPosted May 12, 2015, 3:42 AM
I believe VanCharts will surely give you good solution for getting your work done.
It supports data display in the web (JavaScript) and mobile terminals (Android native/iOS native/Webview) and provides various types of common commercial charts.