Jump to content
Software FX Community

Re: Progammatically setting the value for NSeries and nValue


User (Legacy)

Recommended Posts

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

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...