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

SeriesPointCollection.Validate() Method

Validates the collection of series points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

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