Jump to content
Software FX Community

How to putting value info behind a point


User (Legacy)

Recommended Posts

Hi, 

When create charts with point data, if you wanted to add additional info to

appear behind a data point (i.e textual information to describe what was

behind that point), what is the recommended method for achieving this?

Previously in ChartFX 35 we used:

chartFX.ThisSerie = 0

chartFX.legend(0) = "Info about this point"

This added the legend to the tooltip for the current data point (0), and

also worked for multiple series.

Now however in ChartFX IE 4b, if you have multiple series and set the legend

as describe above, all series with the data point(0)

will have the same legend text.

Is there any other way of putting additional point/value legend behind each

point with multiple series?

Thanks,

Tung Lam

Enron Europe

Link to comment
Share on other sites

Hi, 

When create charts with point data, if you wanted to add additional info to

appear behind a data point (i.e textual information to describe what was

behind that point), what is the recommended method for achieving this?

Previously in ChartFX 35 we used:

chartFX.ThisSerie = 0

chartFX.legend(0) = "Info about this point"

This added the legend to the tooltip for the current data point (0), and

also worked for multiple series.

Now however in ChartFX IE 4b, if you have multiple series and set the legend

as describe above, all series with the data point(0)

will have the same legend text.

Is there any other way of putting additional point/value legend behind each

point with multiple series?

Thanks,

Tung Lam

Enron Europe

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...