Series.AllowResample Property
In This Article
Indicates whether the chart resampling mechanism applies to the series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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