Articles in this section
Category / Section

How to display the series text at the top of the series point?

1 min read

 

We can display the series text at any position like below , above, right or left side of the series point.

C#

series.Style.DisplayText= true;

series.Style.TextOrientation = ChartTextOrientation.Up;

 

VB

series.Style.DisplayText= True

series.Style.TextOrientation = ChartTextOrientation.Up

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied