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

Series.AllowResample Property

Indicates whether the chart resampling mechanism applies to the series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
[Browsable(false)]
public bool AllowResample { get; set; }

Property Value

Type Description
Boolean

true if the series is resampled; otherwise, false.

See Also