ChartElementNamedCollection.GenerateName() Method
Returns a unique name for the new element 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 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