Hi
Praveen,
You
can set the MaximumLabelWidth for the y-axis to align the vertical axes of both
charts. The default width is 34, and if the label width exceeds this value, it
will be automatically trimmed when EnableTrim is set to true. To achieve the
desired result, we have set the axis label width to 25. Please refer to the
snippet and sample below.
|
<SfChart
ID="chart2">
<ChartPrimaryYAxis EnableTrim="true" MaximumLabelWidth="25" OpposedPosition="true">
</ChartPrimaryYAxis>
</SfChart>
|

Sample
: https://blazorplayground.syncfusion.com/rDhpMirMJZVTVbXh
UG
: https://blazor.syncfusion.com/documentation/chart/axis-labels#trim-label
Kindly
revert us if you have any concerns.
Regards,
Durga
Gopalakrishnan.