Jump to content
Software FX Community

caching strategy


mchu

Recommended Posts

Hi,

I will like to know if the two thing below are possible with chartfX for visual studio 2005 for webform.

 1) Cache part of the graph so that when graph is generate, they will only need to plot the point

2) Interlace between two graph (more like superimpose one on top of the other) so that it become one graph.  This will help in term of performance where I can cache the graph like 5 minute earlier and display them only.

 

Thanks,

Man Sin

Link to comment
Share on other sites

You would have to go to the lowest level of painting to achieve this.

The Paint method allows you to draw the chart into any graphics, you can draw the chart into a bitmap graphics and then cut the pieces you need from it.

There is really no built-in support for what you are looking for at this time.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...