Skip to main content
A newer version of this page is available. .

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.v18.2.Wizard.dll

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