NevronOpenVision
Nevron.Nov.Chart Namespace / NFastSeriesBase Class / EnableShaderRendering Property
EnableShaderRendering Property
Gets or sets whether the series will use shader rendering.
Syntax
public System.bool EnableShaderRendering {get; set;}
Remarks
In this mode all surface computations are executed by the GPU. You should set this property to true when you have large surfaces and you want the program to consume less memory as well as when displaying realtime surfaces.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also