Series.AllowResample Property
Indicates whether the chart resampling mechanism applies to the series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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