himpact Posted April 24, 2007 Report Share Posted April 24, 2007 Is there a way to high light the series like when you mouse over (programatically)? I did a search and found some breif info, but it does not seem to work (does nothing). Thanks HL Quote Link to comment Share on other sites More sharing options...
Frank Posted April 30, 2007 Report Share Posted April 30, 2007 Highlighting occurs automatically when you hover over a point. You can manually highlight a series by doing: chart1.Highlight.HighlightItem(chart1.Series[0]); You can clear it by doing:You can clear it by doing:chart1.Highlight.ClearHighlight(null); 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.