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

ChartElementNamedCollection.GenerateName() Method

Returns a unique name for the new element 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 element.

Remarks

Use this method to generate the value assigned to the ChartElementNamed.Name property when adding a new chart element to the ChartElementNamedCollection or its descendants.

See Also