Jump to content
Software FX Community

ChartFx Axis properties not working in ColdFusion MX


User (Legacy)

Recommended Posts

The following code produces an error:

<CFSET Chart1Axis = chart.Axis>

<cfset Chart1AxisX = chart.GetArrayProp("Item",2,Chart1Axis)>

<cfset Chart1AxisX.Min = 1994>

<cfset Chart1AxisX.Max = 2003>

The error produced is:

An exception occurred during method selection process for Method MIN The

cause of this exception was that there are no methods with the the specified

method name and argument types.

I have found that trying to set the MIN, MAX and STEP properties produce the

same type of error.

post-2107-1392238958453_thumb.jpg

Link to comment
Share on other sites

  • 3 weeks later...

bump

"Chris Denslow" <cdenslow@hgl.com> wrote in message

news:h22zQqniCHA.2768@webserver1.softwarefx.com...

> The following code produces an error:

>

> <CFSET Chart1Axis = chart.Axis>

> <cfset Chart1AxisX = chart.GetArrayProp("Item",2,Chart1Axis)>

> <cfset Chart1AxisX.Min = 1994>

> <cfset Chart1AxisX.Max = 2003>

>

> The error produced is:

>

> An exception occurred during method selection process for Method MIN The

> cause of this exception was that there are no methods with the the

specified

> method name and argument types.

>

>

> I have found that trying to set the MIN, MAX and STEP properties produce

the

> same type of error.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...