Hi,
is it possible to change the definition of a chart programmatically?
I tried to change the definition from button a with:
---
histo.DefaultView.ChartArea.DataSeries[0].Definition = new Pie3DSeriesDefinition();
LayoutRoot.Visibility = Visibility.Visible; // Trying to force a refresh
---
But it doesnt seem to work.
Thanks in advance.
is it possible to change the definition of a chart programmatically?
I tried to change the definition from button a with:
---
histo.DefaultView.ChartArea.DataSeries[0].Definition = new Pie3DSeriesDefinition();
LayoutRoot.Visibility = Visibility.Visible; // Trying to force a refresh
---
But it doesnt seem to work.
Thanks in advance.