c# - WPF Telerik ScatterPointSeries RenderMode deprecated -



c# - WPF Telerik ScatterPointSeries RenderMode deprecated -

a telerik radchartview beingness assigned analysischartscatterpointseries, rendermode property of formerly beingness set seriesrendermode.light.

this property has been marked obsolete and, upon removing assignment code, performance chart has become poor larger info sets.

the property marked (in metadata)

"this property obsolete , removed. use renderoptions property instead."

but on examining property, has type chartrenderoptions, empty, abstract class.

what should instantiate, assign renderoptions, such performance issue can reverted?

i assigned renderoptions property follows:

renderoptions = new xamlrenderoptions() { defaultvisualsrendermode = defaultvisualsrendermode.batch }

the documentation here: xaml rendering helped me.

c# wpf telerik radchart

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -