Skip to main content

SeriesPointCollection.Validate() Method

Validates the collection of series points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Validate()

Remarks

The Validate method is automatically invoked when the end-user specifies the series point argument in the Series Collection editor. If the argument point is empty, the new point item removed from the collection.

See Also