Jump to content
Software FX Community

Flicker


User (Legacy)

Recommended Posts

I have a method that creates a chart and then sets up many of its 

properties, i.e. colors, legend position, data editor visibility/position,

etc. The result is the chart shows up and then changes according to what I

set producing flicker.

How can I make it show up in the final state without flicker?

Thanks,

Leo

Link to comment
Share on other sites

Well, if you set-up everything before the chart appears in the screen then 

there will be no flickering.

If you need the chart to update after it is already display, you can use

CTE_SMOOTH (TypeEx property) to instruct Chart FX to use Double-Buffering.

Double-Buffering is somehow slower and more resource consuming but it

eliminates flickering.

--

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