Jump to content
Software FX Community

Labels on Axis X don't change...


User (Legacy)

Recommended Posts

Hi there,

I'm currently evaluating ChartFX Internet Edition 2000. And I have a

problem when I'm trying to change the labels on the X Axis. It simply won't

change, I tried using PARAM tags and VB script but both of them didn't

work.

Here is the code I used, what am I doing wrong...

<OBJECT classid="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

type="application/x-oleobject"

id="Chart1"

width="559" height="300"

Codebase="/Download/CfxIE.cab#Version=4,4,13,1"

>

<PARAM name="License" value="/License/CfxIE.lic">

<PARAM name="TypeMask" value="109576194">

<PARAM name="BottomGap" value="27">

<PARAM name="Stacked" value="1">

<PARAM name="IntFlags" value="4">

<PARAM name="Title(2)" value="Ouderdomspensioen">

<EMBED type="chart/chartfxie" name="Chart1"

width="559" height="300"

Pluginspage="/Download/NpCfxIE.htm"

PluginVersion="4,4,13,1"

License="/License/CfxIE.lic"

TypeMask="109576194"

BottomGap="27"

Stacked="1"

IntFlags="4"

Title(2)="Ouderdomspensioen"

>

<PARAM NAME="InlineData" VALUE="Series">

<PARAM NAME="S0" VALUE="Sales,10,20,30,15">

<PARAM NAME="S1" VALUE="Projected,45,8,12,18">

<PARAM NAME="Axis(0).Label(1)" VALUE="Patrick">

</OBJECT>

I hope you can help me so I can end my evaluation and make my descision to

buy your product or to buy something else.

Kind regards,

Sjaak Hollemans

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...