Jump to content
Software FX Community

Question


User (Legacy)

Recommended Posts

I have a line chart with two lines - and I would like my point lables on my

lower line to indicate the % its value is compared to the other line.

How can I access the other series values from the GetPointLabel event? I am

using ChartFX.HText to get the current line value, but I need the value from

the other line.

Thanks,

Rob

Link to comment
Share on other sites

I should probably mention the data is a recordset with 3 fields in it.

Date, Val1, and Val2. And I am setting the datasource with a SET

Chartfx.DataSourceADO = rs method.

"Rob Beeskow" <rbeeskow@solutions.canon.com> wrote in message

news:i8dIG$f4DHA.2468@webserver3.softwarefx.com...

> I have a line chart with two lines - and I would like my point lables on

my

> lower line to indicate the % its value is compared to the other line.

>

> How can I access the other series values from the GetPointLabel event? I

am

> using ChartFX.HText to get the current line value, but I need the value

from

> the other line.

>

> Thanks,

> Rob

>

>

Link to comment
Share on other sites

nm - I got it.

"Rob Beeskow" <rbeeskow@solutions.canon.com> wrote in message

news:i8dIG$f4DHA.2468@webserver3.softwarefx.com...

> I have a line chart with two lines - and I would like my point lables on

my

> lower line to indicate the % its value is compared to the other line.

>

> How can I access the other series values from the GetPointLabel event? I

am

> using ChartFX.HText to get the current line value, but I need the value

from

> the other line.

>

> Thanks,

> Rob

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...