Jump to content
Software FX Community

ToolTips


User (Legacy)

Recommended Posts

Hi,

I am generating multiple charts to display on the same page (one after the

other, by calling a subroutine with different data values each time) and

have problems getting the tool tips to match up with the data.

The tool tips display correctly on the first graph but are also carried over

to the subsequent graphs. I am using,

ChartName.TipMask = "%s %l"

I set the %s and %l values for each chart dynamically and call the chart

with a different name each time by using,

ChartName = "ChartFX"&allgrade,

where the variable allgrade changes for each chart. My idea is that this

will give each chart a unique name since allgrade changes from chart to

chart.

Am I naming the charts correctly since the tool tips are still the same for

all the charts on the page?

Thank you very much.

AA

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...