Jump to content
Software FX Community

Re: Disappearing data points


User (Legacy)

Recommended Posts

Sure. Here is the bit of code that gives the odd graph.

ChartFX1.Gallery = BAR

ChartFX1.OpenDataEx COD_VALUES, 4, 4

ChartFX1.Series.Item(0).Yvalue(0) = 5380

ChartFX1.Series.Item(0).Yvalue(1) = 7137

ChartFX1.Series.Item(0).Yvalue(2) = 3077

ChartFX1.Series.Item(0).Yvalue(3) = 9109

ChartFX1.Series.Item(1).Yvalue(0) = 6499

ChartFX1.Series.Item(1).Yvalue(1) = 7515

ChartFX1.Series.Item(1).Yvalue(2) = 3267

ChartFX1.Series.Item(1).Yvalue(3) = 9826

ChartFX1.Series.Item(2).Yvalue(0) = 6346

ChartFX1.Series.Item(2).Yvalue(1) = 7939

ChartFX1.Series.Item(2).Yvalue(2) = 3515

ChartFX1.Series.Item(2).Yvalue(3) = 10112

ChartFX1.Series.Item(3).Yvalue(0) = 5936

ChartFX1.Series.Item(3).Yvalue(1) = 7370

ChartFX1.Series.Item(3).Yvalue(2) = 3379

ChartFX1.Series.Item(3).Yvalue(3) = 9215

ChartFX1.CloseData COD_VALUES

ChartFX1.Series.Item(1).Gallery = CURVE

Thanks,

Stephan Klaffer

DecisionWorks London

"Juan C. Cegarra" <JuanC@softwarefx.com> wrote in message

news:Zy84fe4MAHA.1816@sfxserver.softwarefx.com...

Can you send/post ASP code to help us duplicate this problem ?

Regards,

Juan Cegarra

Software FX, Inc.

support.softwarefx.com

-----Original Message-----

From: Stephan Klaffer [mailto:stephan.klaffer@decisionworks.co.uk]

Posted At: Friday, October 06, 2000 5:55 AM

Posted To: Server

Conversation: Disappearing data points

Subject: Re: Disappearing data points

Something more odd,

if I now set the line to not visible - the before missing datapoints

come

back, but now the first series is completely missing. A picture of that

is

in the attachment.

Stephan Klaffer

DecisionWorks London

BTW: I am working with ChartFX IE 2000, on a Win2000 machine. I have

also

installed the latest service packs (did that today!)

"Stephan Klaffer" <stephan.klaffer@decisionworks.co.uk> wrote in message

news:fLHmJg3LAHA.2224@sfxserver.softwarefx.com...

> Hello there,

>

> I just noticed the following odd behaviour. I have a chart like it is

shown

> in the attachment before.jpg. It is 3D Vertical Bar chart. If I now

set

the

> series style of the second series to line (in order to produce a mixed

> chart) all data points of the last series that are behind the one set

to

> line style disappear. (as it can be seen in attachment after.jpg)

>

> The hittest method still knows the bars are there (because the

tooltips

> still appear), but bars are not drawn. It is fine with 3D disabled or

with

a

> 3D clustered Y axis.

>

> Is this a known problem and is there a fix for it somewhere?

>

> Cheers,

>

> Stephan Klaffer

> DecisionWorks London

>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...