Jump to content
Software FX Community

ChartFX Performance


User (Legacy)

Recommended Posts

  • 4 months later...

Could you give some info as to how much faster is ChartFX comparing to COM

objects?

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

news:RCFpZ2mvCHA.1368@webserver1.softwarefx.com...

> What do you mean by "initial load" ? All ASPX pages are slow the first

time

> they are hit because they have to be compiled. Is that what you mean ?

>

> Chart FX for .NET performance is actually faster than the COM version on

> average.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Hello,

I am sorry but we do not have any comparison since there are many different

factors to consider in order to make a valid comparison. This is something

that can only be done on a case by case basis.

By the way to answer your previous post you do not need to use the .Net

client component to get tooltips. You can set the ImgMap property of the

chart object in order to have tooltips with your image.

Chart.ImgMap = SoftwareFX.ChartFX.ImgMap.TitleTip

JT

SoftwareFX

Tech. Support

Support at SoftwareFX.com

"Polaris" <etpolaris@hotmail.com> wrote in message

news:0Q4mxkkKDHA.2816@webserver1.softwarefx.com...

> Could you give some info as to how much faster is ChartFX comparing to COM

> objects?

>

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

> news:RCFpZ2mvCHA.1368@webserver1.softwarefx.com...

> > What do you mean by "initial load" ? All ASPX pages are slow the first

> time

> > they are hit because they have to be compiled. Is that what you mean ?

> >

> > Chart FX for .NET performance is actually faster than the COM version on

> > average.

> >

> > --

> > FP

> > Software FX, Inc.

> >

> >

>

>

Link to comment
Share on other sites

  • 1 month later...

Dear Software FX support,

We have the same problem too. The initial load is very very slow. It looks

like the browser has hanged.

It takes longer than ~ 2 mintues to load the chart out. After that, the

chart loads very fast.

Initial load means 1) start browser 2) go to the page with chart 3) load the

chart

We have service pack 1262

Regards

AW

ASL

"Todd Bandrowsky" <tbandrowsky@home.com> wrote in message

news:$olEhfmvCHA.1368@webserver1.softwarefx.com...

>

> The initial load of chartfx in a web page takes a very long time. What

are

> some ways of speeding it up?

>

>

>

>

Link to comment
Share on other sites

Please check setting the MainClient property to true, this will usually

increase the performance of the first chart page (in our tests using DSL or

cable modem it would go from 1 min to 10-20 seconds, your mileage will

vary). Note that the very very first time you use the browser to see a page

with a .NET framework control will pay a penalty for the CLR to be loaded.

Drawbacks: if you are scripting the control in the client you may have to

change your code, also you will not be able to handle chart events on the

client.

For more info see http://support.softwarefx.com/kb/612/3/061.htm

--

Regards,

JC

Software FX Support

"AW" <odgam@asl.com.hk> wrote in message news:bQqaN4jWDHA.228@WEBSERVER1...

> Dear Software FX support,

> We have the same problem too. The initial load is very very slow. It looks

> like the browser has hanged.

> It takes longer than ~ 2 mintues to load the chart out. After that, the

> chart loads very fast.

> Initial load means 1) start browser 2) go to the page with chart 3) load

the

> chart

> We have service pack 1262

>

> Regards

> AW

> ASL

>

>

> "Todd Bandrowsky" <tbandrowsky@home.com> wrote in message

> news:$olEhfmvCHA.1368@webserver1.softwarefx.com...

> >

> > The initial load of chartfx in a web page takes a very long time. What

> are

> > some ways of speeding it up?

> >

> >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...