This question is locked. New answers and comments are not allowed.
Hi,
This isn't a particularly major problem, but its annoying. If I have, roughly:
<PieChart x:Name="ThePieChart">
<PieSeries x:Name="ThePieSeries"/>
</PieChart>
Then, in code, "ThePieSeries" will always be null, for some reason. I can still access the series by using "ThePieChart.Series[x]", but this notation gets annoying when I have to use it a lot.
Best,
Mike
This isn't a particularly major problem, but its annoying. If I have, roughly:
<PieChart x:Name="ThePieChart">
<PieSeries x:Name="ThePieSeries"/>
</PieChart>
Then, in code, "ThePieSeries" will always be null, for some reason. I can still access the series by using "ThePieChart.Series[x]", but this notation gets annoying when I have to use it a lot.
Best,
Mike