User (Legacy) Posted February 20, 2001 Report Share Posted February 20, 2001 Each series has the same number of values. That's why there's no index param for NValues(). I don't know if you can do this with pie charts, but for my XY charts I had to add a number of hidden points to ensure that each series had the same number of values. Otherwise, IIRC, the number of values for each series was truncated to match the number of values in the smallest (erm, the one with the least values) series. Johannes Appelo wrote in message <6i8RKXrkAHA.1804@sfxserver.softwarefx.com>... >Hi, > >I am displaying two pie charts where the first pie chart displays >statistics for a selected group and the second displays a benchmark. The >number of values can differ depending on the selected group and I would like >to set the NValue for the first series independant of the second, but there >is no index associated with NValue. Am I overlooking something? >(I've been using ChartFX1.NSeries = 2 and then ChartFX1.NValues = 3) > >Thanks - Johannes Appelo > > 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.