Jump to content
Software FX Community

RE: Docking the Legend with Cold Fusion


Software FX

Recommended Posts

Hello,

The following code will produce the desired result.

<CFSET SerLegBoxObj = Chart.SerLegBoxObj>

<CFSET SerLegBoxObj.Docked = TGFP_TOP>

There is one other problem that we will be fixing in the next service pack and that is that there is a comment in the include directory that did not have a closing comment tag so this will produce an error unless you edit the include directory to close the comment line. <!--- SfxBar Constants

Justin Trask

Software FX

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

From: Lori Mikalonis [mailto:lmikalonis@aztecsystems.com]

Posted At: Monday, November 06, 2000 3:57 PM

Posted To: Server

Conversation: Docking the Legend with Cold Fusion

Subject: Docking the Legend with Cold Fusion

Hello...I am trying to convert the following command to dock the series

legend at the bottom of a chart into the equivalent Cold Fusion code:

' Show the Series Legend Window

Chart.SerLegBox = True

Chart.SerLegBoxObj.Docked = TGFP_BOTTOM

In Cold Fusion, I have tried the following:

'This works:

<CFSET SerLegBoxObj = True>

'Neither of these work:

<CFSET SerLegBoxObj.Docked = TGFP_BOTTOM> 'error resolving parameter

<CFSET SerLegBoxObj.Docked = "TGFP_BOTTOM">'no error, but legend's still on

the right

Any suggestions for a CFSET equivalent of Chart.SerLegBoxObj.Docked =

TGFP_BOTTOM? Thanks!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...