SeriesCollection.GenerateName() Method
Returns a unique name for the new series in the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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