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

ChartLocalizer Class

Provides a means to localize the ASP.NET Chart and WinForms Chart‘s UI elements at runtime.

Namespace: DevExpress.XtraCharts.Localization

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class ChartLocalizer :
    XtraLocalizer<ChartStringId>

Remarks

Use the ChartLocalizer class to access default (en) culture resource string values and override them at runtime.

See the following help topics for more information:

Inheritance

Object
DevExpress.Utils.Localization.XtraLocalizer
XtraLocalizer<DevExpress.XtraCharts.Localization.ChartStringId>
ChartLocalizer
See Also