The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
YPYuvaraj Palanisamy Syncfusion Team March 1, 2021 08:03 AM UTC
Hi Emanuel,
Greetings from Syncfusion.
We would like to inform you that the include second global X-Axis for SfChart with the help of Axes property of SfChart. Please refer the example code for your reference.
CodeSnippet:
<syncfusion:SfChart.Axes>
<syncfusion:NumericalAxis Minimum="0"
Maximum="10"
OpposedPosition="True"/>
</syncfusion:SfChart.Axes>
Regards,
Yuvaraj
Marked as answer
EMEmanuelMarch 15, 2021 04:13 PM UTC
Hello, thank you for the support, that is exactly what I was looking for.
YPYuvaraj Palanisamy Syncfusion Team March 16, 2021 05:56 AM UTC