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

ChartLocalizer Class

A base class that provides necessary functionality for custom localizers of the ASP.NET Chart and WinForms Chart controls.

Namespace: DevExpress.XtraCharts.Localization

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public class ChartLocalizer :
    XtraLocalizer<ChartStringId>

Remarks

Note

Important: Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), which must be translated via satellite assemblies, so localization via resources is recommended.

For more information on utilizing the ChartLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.

Inheritance

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