User (Legacy) Posted January 23, 2004 Report Share Posted January 23, 2004 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 Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 23, 2004 Author Report Share Posted January 23, 2004 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 > > Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 23, 2004 Author Report Share Posted January 23, 2004 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 > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.