Hi Khasan,
Thanks for contacting Syncfusion support.
We are unable to reproduce the reported issue at our end and we have prepared a sample for this. Please update us the modified sample to reproduce the issue which will be helpful for providing further assistance on this.
Note: We can set the LabelFormat to axis label by using the below code.
Code Snippet:
[XAML]:
<chart:NumericalAxis.LabelStyle>
<chart:ChartAxisLabelStyleLabelFormat="#.00"/>
</chart:NumericalAxis.LabelStyle>
|
[C#]:
NumericalAxis secondayAxis = newNumericalAxis();
secondayAxis.LabelStyle.LabelFormat = "#.00";
|
Regards,
Saravana Pandian M.