SurfaceSeriesView.MaxDrawingPointCount Property
Gets or sets the maximum number of points that can form the surface.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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