Skip to main content
All docs
V25.1
  • Series.AllowResample Property

    Indicates whether the chart resampling mechanism applies to the series.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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