This question is locked. New answers and comments are not allowed.
I have a line graph that is working great but I want to shade and area at the bottom of the graph which signifies a target.
I've tried an area series and the scale appears and the label but I cannot see it. What am I missing?
I assume it is something trivial.
Thanks
I've tried an area series and the scale appears and the label but I cannot see it. What am I missing?
I assume it is something trivial.
Thanks
<Chart:AreaSeries ItemsSource="{Binding AreaGraph}"> <Chart:AreaSeries.ValueBinding> <Chart:PropertyNameDataPointBinding PropertyName="Target"/> </Chart:AreaSeries.ValueBinding> <Chart:AreaSeries.CategoryBinding> <Chart:PropertyNameDataPointBinding PropertyName="TargetName"/> </Chart:AreaSeries.CategoryBinding></Chart:AreaSeries>