Jump to content
Software FX Community

Highlighting indivdual series in 7.0


shivinder

Recommended Posts

Hey,

 I have a control on my graph which  are labels for multiple series. Through a  Mouse Hover eventargs through other classes  i am able to get the Series Number.

Now I want to highlight the indivdual series but only until the mouse hovers over the particular Label.

in version 6.2 the code was

MyChart.Highlight.HighlightItem(this, new SoftwareFX.ChartFX.Base.HighlightEventArgs(SoftwareFX.ChartFX.Base.HighlightModes.Series, index, 0));

this, new SoftwareFX.ChartFX.Base.HighlightEventArgs(SoftwareFX.ChartFX.Base.HighlightModes.Series, index, 0));

anyone help me how to do this in 7.0

Thank you

shiv

post-2110-13922400353064_thumb.png

Link to comment
Share on other sites

Hey,

 I tried that but the problem is that when the mouse goes away fromt the  control The particular Series stays highlighted. With the old code i would move the mouse away from the control and the series highlight would be cleared. Since the event is mouse hover when i cant call the Highlight.clear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...