Jump to content
Software FX Community

Re: Legend Box


User (Legacy)

Recommended Posts

I include 2 screen shots of what it does, and the relevant piece of code.

objChart.RGBBk = CHART_TRANSPARENT Or RGB(&HF1, &HF1, &HF1)

objChart.RGB2DBk = CHART_TRANSPARENT Or RGB(&HF1, &HF1, &HF1)

objChart.RGB3DBk = CHART_TRANSPARENT Or RGB(&HF1, &HF1, &HF1)

objChart.RGBBk = CHART_TRANSPARENT Or RGB(&HF1, &HF1, &HF1)

objChart.RGB2DBk = CHART_TRANSPARENT Or RGB(&HF1, &HF1, &HF1)

objChart.RGB3DBk = CHART_TRANSPARENT Or RGB(&HF1, &HF1, &HF1)

objChart.BorderStyle = 0

objChart.View3DLight = 2

objChart.Chart3D = theReport.default3D

objChart.AxesStyle = CAS_FLATFRAME

objChart.Gallery = theReport.defaultGalleryType

objChart.LegendBox = True

'objChart.PropPageMask = objChart.PropPageMask Or &HF2

'objChart.PersonalizeMask = CHART_PERS_DONTPROMPTFOLDER

objChart.Palette = thePalette

theReport.html = objChart.GetHtmlTag("500", "250", chrtActiveX,

"objChart") ' adding the following in will allow them to adjust settings

client side , "Accuris|eforce|" & theReport.id & "|1")

Note that the same thing happens on the example code I've got from the help

files.

Justin Trask <JustinT@softwarefx.com> wrote in message

news:FjtAJnoPAHA.2532@sfxserver.softwarefx.com...

Hello,

We are not familiar with this problem. Could you please send us a very

simple sample so that will be able to reproduce this problem?

Justin Trask

Software FX

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

From: David Downs [mailto:ddowns@accuris.ie]

Posted At: Wednesday, October 25, 2000 6:42 AM

Posted To: Server

Conversation: Legend box not reliable

Subject: Legend box not reliable

Hi, I'm using the ActiveX client control to display data, with the

legend

box set to visible, but 50% of the time the legend doesn't show when the

page comes up - just a black line to the right of the page, as if it's

off

the page. If I refresh the page a few times it usually show up.

Anyone got any ideas as to how to stop this?

Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...