ChartElementNamedCollection.GenerateName(String) Method
Generates a name for the chart element based on the specified prefix.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
namePrefix | String | A String value specifying the prefix element’s name. |
Returns
Type | Description |
---|---|
String | A String value that represents the element’s name. |
See Also