Jump to content
Software FX Community

Docking the Legend with Cold Fusion


User (Legacy)

Recommended Posts

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...