Back to Devexpress

XYDiagram2D.AllowSeriesBitmapCaching Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-35cafbb9.md

latest1.1 KB
Original Source

XYDiagram2D.AllowSeriesBitmapCaching Property

Gets or sets the value that indicates whether the diagram should cache visible series in a bitmap image. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true if the diagram should cache visible series; otherwise, false.

|

See Also

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace