Back to Devexpress

Series.AllowResample Property

corelibraries-devexpress-dot-xtracharts-dot-series-3f8bc977.md

latest1.3 KB
Original Source

Series.AllowResample Property

Indicates whether the chart resampling mechanism applies to the series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public bool AllowResample { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
Public Property AllowResample As Boolean

Property Value

TypeDescription
Boolean

true if the series is resampled; otherwise, false.

|

Remarks

Refer to the following section for more information: Automatic Resampling

See Also

Series Class

Series Members

DevExpress.XtraCharts Namespace