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

    Indicates whether the chart resampling mechanism applies to the series.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    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