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

SeriesCollection.GenerateName() Method

Returns a unique name for the new series in the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public string GenerateName()

Returns

Type Description
String

A String which represents the unique name for the new series.

Remarks

Use this method to generate the value assigned to the Series.Name property when adding a new series to the SeriesCollection.

See Also