User (Legacy) Posted November 6, 2000 Report Share Posted November 6, 2000 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.