BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Paulo,
Thanks for using Syncfusion products.
We have analyzed your query. SfChart provide property called LabelsIntersectAction in axis, to decide whether overlapped axis labels should be hidden or arranged in multiple rows. By default its value is AxisLabelsIntersectAction.Hide. So the labels are hidden by default.
Please change it as like in the following code snippet.
Code snippet:
[C#]
categoryAxis.LabelsIntersectAction= AxisLabelsIntersectAction.MultipleRows;
We have prepared a sample based on this and please find the sample in the attachment.
Please let us know if you have any queries.
Thanks,
Satheesh Kumar TSatheesh Kumar T
Attachment: ChartGettingStarted_a5fdf43c.zip
The issue with AxisLabelsIntersectAction.MultipleRows is that labels become too difficulty to read. The best solution would be to break each label in their own column.
Hi Paulo,
Thanks for using Syncfusion products.
We have analyzed your query. Currently we do not have text wrapping support for axis labels. Since this feature is not available in our product, we consider this to be a feature request. In the meantime you can use the LabelRotationAngle property in axis to avoid labels hidden while overlapping with each other.
Please refer the below code snippet.
[C#]
categoryAxis.LabelRotationAngle = 10;
Please let us know if you need further assistance on this.
Thanks,
Satheesh Kumar T
Hi Paulo,
We are glad to know that the issue got fixed at your end.
Please let us know if you require further assistance, we are happy to assist you.
Thanks,
Satheesh Kumar T