Jump to content
Software FX Community

HighlightAttributes.HighlightItem Method


User (Legacy)

Recommended Posts

Hello,

I have a question about the Chart.Highlight.HighlightItem method. What I

would like to be able to do is programmatically highlight a given series.

To do this I am using the following line of code:

chart.Highlight.HighlightItem(new

HighlightingEventArgs(chart.Series[seriesIndex]));

Where 'chart' is my ChartFx control and 'seriesIndex' is the series I want

to highlight.

As far as I can tell this has no effect on the chart. When I checked out

what the HighlightItem method does in Reflector the method seems to be empty

however this could be because the dll (ChartFX.WinForms) is obfuscated.

Note that I am using the current ChartFX for VS 2005 version

(7.0.2330.23824).

Is it possible to highlight a series is this way? Am I trying to do this in

the wrong way?

Thank you very much for your help on this.

Wes Brown

Cole Systems

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...