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

ChartLocalizer.GetDefaultString(ChartStringId) Method

Returns the default string for the specified string identifier.

Namespace: DevExpress.XtraCharts.Localization

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public static string GetDefaultString(
    ChartStringId id
)

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