Articles in this section
Category / Section

How to add Hyperlink to the labels above the series?

1 min read

 

Currently, we don''t have direct hyperlink support for Labels, but we are having this support for symbols, near which the Labels are displayed. So, by applying the hyperlink to the symbols we can meet the hyperlink support for labels.

We can customize the locations of Labels and the Symbols by using the following properties so there is no problem to move the Symbols wherever the labels are present.

this.ChartWebControl1.Series[0].Styles[i].Symbol.Offset = new Size(10,10);

this.ChartWebControl1.Series[0].Styles[i].TextOrientation = ChartTextOrientation.Up;

Sample Program

https://files.syncfusion.com/samples/KB/Chart.Web/7.1.0.30/T620_KB/main.htm

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