Skip to main content
All docs
V20.1

SeriesItem.IsDirectXSurfaceRendering Property

Gets or sets whether to render series content with DirectX.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public bool IsDirectXSurfaceRendering { get; }

Property Value

Type Description
Boolean

true, to enable DirectX series 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.

See Also