ChartLocalizer.GetDefaultString(ChartStringId) Method
Returns the default string for the specified 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 ChartStringId enumeration value identifying the string to localize. |
Returns
Type | Description |
---|---|
String | A String corresponding to the specified identifier. |
Remarks
This method returns the string for the specified string identifier in the default (English) locale.
See Also