xyzzer / WinRTXamlToolkit

WinRT XAML Toolkit
Other
282 stars 67 forks source link

Decide Color Palette for StackedAreaSeries #16

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi, I am trying to add my own color palette for StackedAreaSeries in WinRT XAML Toolkit for Windows 8.1.

I have declared the my palette in App.xaml file

``` ``` And this is where i am adding the palette to my chart charting:StackedAreaSeries charting:StackedAreaSeries.SeriesDefinitions ``` ``` I have added series definition to my series at runtime, i am not able to see area chart as it comes blank with ellipse marked with the same color The same color palette is used to fill a area chart and here's the preview of it. ![1](https://cloud.githubusercontent.com/assets/16472276/12350961/5eb1d860-bba0-11e5-8612-a982b80809de.png) And the preview for stacked area chart ![2](https://cloud.githubusercontent.com/assets/16472276/12350984/86ab2178-bba0-11e5-97f5-40f544ad5987.png) Please tell me what i am missing.