Hi Stoked,
Greetings from Syncfusion.
We would like to let you know that your requirement has been achieved by the below code snippet,
C#:
this.chartControl1.ShowToolTips = true;
this.chartControl1.Tooltip.Font = new Font(this.Font, FontStyle.Bold);
this.chartControl1.Tooltip.BackgroundColor = new BrushInfo(Color.AliceBlue);
this.chartControl1.Tooltip.Font = new System.Drawing.Font("Arial", 30); |
More information please refer the below UG link
Please let us know if you need any further assistance on this.
Regards,
Suyamburaja J.