Articles in this section

How to display fancytooltips in WinForms Chart?

FancyTooltips can be displayed by setting the Visible property of FancyTooltips to true. Users can modify its display style and appearance using various properties such as Style, Symbol, ForeColor, Alignment, etc. FancyTooltips provide an attractive display to users. The Style property is used to set the style of the tooltip in WinForms Chart.

// Displaying FancyTooltips
series1.FancyToolTip.Visible = true;
series1.FancyToolTip.Alignment = TabAlignment.Right;
series1.FancyToolTip.BackColor = Color.AliceBlue;

// Setting Border style
series1.FancyToolTip.Border.ForeColor = Color.Blue;
series1.FancyToolTip.Border.Width = 2;
series1.FancyToolTip.Font = new Font("Verdana", 8f, FontStyle.Italic);
series1.FancyToolTip.ForeColor = Color.Maroon;

// Specifying Marker Style
series1.FancyToolTip.Style = MarkerStyle.SmoothRectangle;
series1.FancyToolTip.Symbol = ChartSymbolShape.Star;
'Displaying FancyTooltips
series1.FancyToolTip.Visible = True
series1.FancyToolTip.Alignment = TabAlignment.Right
series1.FancyToolTip.BackColor = Color.AliceBlue

' Setting Border style
series1.FancyToolTip.Border.ForeColor = Color.Blue
series1.FancyToolTip.Border.Width = 2
series1.FancyToolTip.Font = new Font("Verdana", 8f, FontStyle.Italic)
series1.FancyToolTip.ForeColor = Color.Maroon

' Specifying Marker Style
series1.FancyToolTip.Style = MarkerStyle.SmoothRectangle
series1.FancyToolTip.Symbol = ChartSymbolShape.Star

Output:

Fancy tooltip


Conclusion

I hope you enjoyed learning about how to display fancy tooltips in WinForms Chart.

You can refer to our WinForms Chart feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started with configuration specifications. You can also explore our WinForms Chart examples to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you! 

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