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

ChartLocalizer.GetString(ChartStringId) Method

Returns a localized string for the given string identifier.

Namespace: DevExpress.XtraCharts.Localization

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public static string GetString(
    ChartStringId id
)

Parameters

Name Type Description
id DevExpress.XtraCharts.Localization.ChartStringId

A DevExpress.XtraCharts.Localization.ChartStringId enumeration value identifying the string to localize.

Returns

Type Description
String

A String corresponding to the specified identifier.

Remarks

For more information on localization, refer to Localization.

See Also