Skip to main content

ChartElementNamedCollection.GenerateName(String) Method

Generates a name for the chart element based on the specified prefix.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string GenerateName(
    string namePrefix
)

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