Jump to content
Software FX Community

Highlighting a series/point programatically. like mouse over.


himpact

Recommended Posts

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); 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...