Jump to content
Software FX Community

Re: Named palettes


User (Legacy)

Recommended Posts

Sorry, forgot to mention the whole code to show the problem and output:

<%@ EnableSessionState=False Language=VBScript %>

<!--#include virtual="/common/include/CfxIE.asp"-->

<%

Response.ContentType="Image/Png"

Set chart=Server.CreateObject("ChartFX.WebServer.4")

Chart.Palette = "Dark Pastels"

chart.Gallery=PIE

chart.GetHtmlData 400,250,"Png"

%>

Nick Simonov wrote in message ...

>For some reason the line:

>

>objChart.Palette = "any palette like Fall, Sunset, etc"

>

>is ignored by the server.

>

>

>Can anyone offer any suggestions?

>

>Thanks,

>

>Nick Simonov

>nsimonov@investorforce.com

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...