Skip to main content
A newer version of this page is available.
All docs
V19.1

SeriesItem.IsDirectXSurfaceRendering Property

Gets or sets whether to render series content with DirectX.

Namespace: DevExpress.Xpf.Charts

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

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