Skip to main content

ChartModel.CacheToMemory Property

Gets or sets a value indicating if the chart should cache its data to the system memory.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public bool CacheToMemory { get; set; }

Property Value

Type Description
Boolean

true if the chart should cache its data to the memory; otherwise, false.

See Also