Jump to content
Software FX Community

COD.Unknown


User (Legacy)

Recommended Posts

As shown in the documentation,

Chart1.OpenData (COD.Values,1,COD.Unknown)

.net replies:

GraphControl.cs(131): The best overloaded method match for

'SoftwareFX.ChartFX.Lite.Chart.OpenData(SoftwareFX.ChartFX.Lite.COD, int,

int)' has some invalid arguments

GraphControl.cs(131): Argument '3': cannot convert from

'SoftwareFX.ChartFX.Lite.COD' to 'int'

Any Suggestions?

Link to comment
Share on other sites

As shown in the documentation,

Chart1.OpenData (COD.Values,1,COD.Unknown)

.net replies:

GraphControl.cs(131): The best overloaded method match for

'SoftwareFX.ChartFX.Lite.Chart.OpenData(SoftwareFX.ChartFX.Lite.COD, int,

int)' has some invalid arguments

GraphControl.cs(131): Argument '3': cannot convert from

'SoftwareFX.ChartFX.Lite.COD' to 'int'

Any Suggestions?

Link to comment
Share on other sites

  • 4 months later...

Your documentation is missing the casting.

--

http://www.openmymind.net/

http://www.fuelindustries.com/

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:CoQl2937FHA.472@webserver3.softwarefx.com...

> You are missing a casting:

>

> Chart1.OpenData (COD.Values,1,(int) COD.Unknown)

>

> --

> Francisco Padron

> www.chartfx.com

>

post-2106-1392238249492_thumb.png

post-2106-13922386184466_thumb.png

Link to comment
Share on other sites

Your documentation is missing the casting.

--

http://www.openmymind.net/

http://www.fuelindustries.com/

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:CoQl2937FHA.472@webserver3.softwarefx.com...

> You are missing a casting:

>

> Chart1.OpenData (COD.Values,1,(int) COD.Unknown)

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...