Hi,
I need to plot a mixed chart with a combination of 2x StackingColumn and 2x LineCharts in sequential order.
To plot all data points in sequential order, IsIndexed is set to "true" in <ChartPrimaryXAxis>, because the datasource contains duplicated x-values and I don't want it to be auto-categorised or aggregated.
The problem is, when IsIndexed="true", the X axis labels are showing all series x-values with comma, for example "A,A,A,A". Instead the desired x value should show only "A".
I think the link below shows exactly what I want to achieve, but it is meant for Xamarin, not Blazor
https://www.syncfusion.com/kb/11317/how-to-remove-comma-in-categoryaxis-labels-in-xamarin-forms-chart
Is there a way to achieve this?
Attached here with the a zip folder with my razor file and screenshot for your reference. Thanks.
Attachment:
CategoryAxisIssue_e1eb5ba1.zip