Skip to main content

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.v23.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
XtraLocalizer
XtraLocalizer<DevExpress.XtraCharts.Localization.ChartStringId>
ChartLocalizer
See Also