Back to Devexpress

ChartControl.IsDirectXSurfaceRendering Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol-8c369432.md

latest2.1 KB
Original Source

ChartControl.IsDirectXSurfaceRendering Property

Gets or sets whether to render chart content with DirectX.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool IsDirectXSurfaceRendering { get; set; }
vb
Public Property IsDirectXSurfaceRendering As Boolean

Property Value

TypeDescription
Boolean

true, to enable DirectX chart content rendering; false , to render chart content with GDI/GDI+.

|

Remarks

Note that DirectX applications require a Platform Update for Windows 7, Windows 8 or newer installed on client machines.

Enable the IsDirectXSurfaceRendering property to resolve a certain performance issue caused by the WPF rendering system, and increase the rendering speed of Line and Spline series.

Refer to the WPF Charting – New Rendering Mode topic for more information.

See Also

Best Practices: Display Large Data

Performance Enhancements

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace