dotnetclassic Posted November 5, 2008 Report Share Posted November 5, 2008 I want to customize tooltip with different color and style is it possible???? Private Sub Chart1_GetTip(ByVal sender As Object, ByVal e As ChartFX.WinForms.GetTipEventArgs) Handles Chart1.GetTip e.Text = "" '////my Custom tooltip End Sub Quote Link to comment Share on other sites More sharing options...
Frank Posted November 5, 2008 Report Share Posted November 5, 2008 No. Tooltips are displayed using standard Windows APIs. The setting for color and font are taken from the system. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.