We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ChartCustomPoint.text

How can I let ChartCustomPoint.text left align not center, if the ChartCustomPoint X-Axis position is the same?

thanks.

1 Reply

SG Senthil Ganesh K Syncfusion Team December 4, 2009 07:13 AM UTC

Hi James,

Add the below code snippet.

Code Snippet:

ChartCustomPoint custpoint = new ChartCustomPoint();
custpoint.Alignment = ChartTextOrientation.Left;

Regards,
Senthil Ganesh K.

Loader.
Live Chat Icon For mobile
Up arrow icon