Skip to main content
A newer version of this page is available. .

SurfaceSeriesView.MaxDrawingPointCount Property

Gets or sets the maximum number of points that can form the surface.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public int MaxDrawingPointCount { get; set; }

Property Value

Type Description
Int32

The maximum number of points.

Remarks

This property value can be reduced to improve the performance of the chart control.

See Also