I am trying to use WinRTXamlToolkit.Controls.DataVisualization.UWP
trying to draw any of the stacked charts like this:
But only this comes out:
Please help me, I have to use stacked series but the framework doesn't act as it should be..
I am trying to use WinRTXamlToolkit.Controls.DataVisualization.UWP
trying to draw any of the stacked charts like this:
But only this comes out:
Please help me, I have to use stacked series but the framework doesn't act as it should be..
Copyright © 2021 Jogjafile Inc.


Since I don't know how you define the code behind, I just provide the sample code as follows which can create a
StackedLineSerieschart successfully.XAML Code
Code behind
And the result
Additionally, by testing on my side, it seems like
DependentValuePathandIndependentValuePathproperties can not directly binding in your scenario. The best way to use this package is to follow the official sample. Here is the chart sample.