Skip to main content

Series.AllowResample Property

Indicates whether the chart resampling mechanism applies to the series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Boolean

true if the series is resampled; otherwise, false.

Remarks

Refer to the following section for more information: Automatic Resampling

See Also