ChartLocalizer.GetString(ChartStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.XtraCharts.Localization
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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