Stacked Chart Help #2022
Unanswered
bastigerner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
can someone show me a working example of a stacked Chart?
I have tried this but it didnt seem to work:
ChartOptions options = new BarChartOptions { Scales = new Scales { XAxes = new List<Axis> { new Axis { Stacked = true } }, YAxes = new List<Axis> { new Axis { Stacked = true } } } };
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions