Back to Devexpress

XYSeries2D.AllowResample Property

wpf-devexpress-dot-xpf-dot-charts-dot-xyseries2d-a050cf32.md

latest1.2 KB
Original Source

XYSeries2D.AllowResample Property

Indicates whether the chart resampling mechanism applies to the series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool AllowResample { get; set; }
vb
Public Property AllowResample As Boolean

Property Value

TypeDescription
Boolean

true if the series is resampled; otherwise, false.

|

Remarks

See the Best Practices: Display Large Data help topic for more information.

See Also

XYSeries2D Class

XYSeries2D Members

DevExpress.Xpf.Charts Namespace