Jump to content
Software FX Community

mouse click: getting legend information?


User (Legacy)

Recommended Posts

Hi!

I'm using ChartFX Lite. I need to get the legend text by clicking on a chart

(with e.Series I only get the series information)

For example

chart1.Legend[0] = "Jan";

chart1.Legend[1] = "Feb";

chart1.Legend[2] = "Mar";

chart1.Legend[3] = "Apr";

by clicking on the chart of Jan I want to retrieve the string "Jan". Is this

possible?

Thanks

Link to comment
Share on other sites

Hi!

I'm using ChartFX Lite. I need to get the legend text by clicking on a chart

(with e.Series I only get the series information)

For example

chart1.Legend[0] = "Jan";

chart1.Legend[1] = "Feb";

chart1.Legend[2] = "Mar";

chart1.Legend[3] = "Apr";

by clicking on the chart of Jan I want to retrieve the string "Jan". Is this

possible?

Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...