2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Tooltips can be displayed by setting ShowTooltips to true. Using PointsToolTipFormat property we can set the tooltip format that is to be applied to values that are displayed as ToolTips. It exposed the following tooltip formats,
We can also define the tooltip text using the PointsToolTipFormat property. C#//Enabling Tooltips this.chartControl1.ShowToolTips = true; // Setting SeriesName as Tooltip for the series series.PointsToolTipFormat = "{0}"; // Setting Tooltip as Series2 for the series1 series1.PointsToolTipFormat = "Series 2"; VB'Enabling Tooltips Me.chartControl1.ShowToolTips = True ' Setting SeriesName as Tooltip for the series series.PointsToolTipFormat = "{0}" ' Setting Tooltip as Series2 for the series1 series1.PointsToolTipFormat = "Series 2" |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.