BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi
Pradeep,
Thanks
for using Syncfusion products.
The
both “question_2_1_label_rotation.jpg” and “question_2_2_label_rotation.jpg” images
are same which was updated by you in initial update and we can rotate the
X-Axis label by “labelRotation” property of axis. Currently, we don’t have automatic(based
on intersecting labels) label rotation support for axis. Please find the below
code snippet for label rotation,
[JS]
primaryXAxis:
{
labelRotation: 90
}
Also, please find the online sample link to rotate
the X-Axis labels.
http://js.syncfusion.com/demos/beta/#!/flat/chart/Column
Chart
Please let us know if you need further assistance.
Regards,
Vijayabharathi
Hi
Pradeep,
Thanks
for the update.
Query)
How do I change the label rotation after the graph is drawn ?
You can change the “labelRotation” property value
by chart model after the chart is drawn. Please refer the below code snippet and
attached sample for this,
[JS]
$('#container').ejChart('option', {
'primaryXAxis': {labelRotation:90} });
Please let us know if you need further assistance.
Regards,
Vijayabharathi
Hi
Pradeep,
Thanks
for the update.
We are
rotating the axis label in centre position of text. But, the font size pixel is
difference for the label alignment with points. Could you please confirm your
reported issue for label rotation in the attached image?
Regards,
Vijayabharathi
Hi Pradeep,
Thanks for the update.
Currently, we are rotating the axis label from centre position of text. So, the rotated long text labels are not align exactly with ticks for other angles 90(or) -90 values . But, It can be overcome by automatic intersecting label feature . It doesn’t available in our current version. It will provide build-in capabilities to avoid overlap with various techniques as Multiple Row, Wrap, Rotate.
Please let us know if you need further assistance.
Regards,
Vijayabharathi