Jump to content
Software FX Community

VS2005 and ChartFX.Net 6.2


User (Legacy)

Recommended Posts

  • 2 months later...

Have anyone successfully used chart fx 6.2 with visual studio 2005?

I am put chart on the webform and try to assign objectdatasource to

Chart1.DataSource= ObjectDataSource; but no luck.

I also tried

Chart1.DataSourceSettings.DataSource = ObjectDataSource1;

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

news:l$HZYiV4FHA.2248@webserver3.softwarefx.com...

> You can use Chart FX 6.2 with VS 2005. We do have a new version that takes

> advantage of new features in VS 2005 (Chart FX for VS 2005).

>

> New VS 2005 features such as the VS.NET Web Server will not work with

Chart

> FX 6.2, you will need to continue to use IIS.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

look there

http://support.softwarefx.com/ShowArticle.aspx?Type=KB&Product=CfxNet62&Source=http://support.softwarefx.com/kb/712/2/098.htm

mfg daniel

"Dharmesh Trivedi" <Dharmesh.Trivedi@sanofi-aventis.com> schrieb im

Newsbeitrag news:JJWHYk8FGHA.2580@webserver3.softwarefx.com...

> Have anyone successfully used chart fx 6.2 with visual studio 2005?

> I am put chart on the webform and try to assign objectdatasource to

> Chart1.DataSource= ObjectDataSource; but no luck.

>

> I also tried

> Chart1.DataSourceSettings.DataSource = ObjectDataSource1;

>

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

> news:l$HZYiV4FHA.2248@webserver3.softwarefx.com...

>> You can use Chart FX 6.2 with VS 2005. We do have a new version that

>> takes

>> advantage of new features in VS 2005 (Chart FX for VS 2005).

>>

>> New VS 2005 features such as the VS.NET Web Server will not work with

> Chart

>> FX 6.2, you will need to continue to use IIS.

>>

>> --

>> Francisco Padron

>> www.chartfx.com

>>

>>

>

>

Link to comment
Share on other sites

The issue described in this article is fixed and it is not related to what 

you are experiencing with the DataSource property.

What is ObjectDataSource1 ? If this is the new Data Source Control in .NET

2.0, this is not going to work, Chart FX 6.2 can read data only from sources

compatible with .NET Framework 1.1, Chart FX 7 can read from new .NET

Framework 2.0 Data Sources such as the new Data Control.

--

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...