ChartLocalizer Class
In This Article
A base class that provides necessary functionality for custom localizers of the Chart Control.
Namespace: DevExpress.Xpf.Charts.Localization
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public class ChartLocalizer :
XtraLocalizer<ChartStringId>
#Remarks
Note
Important: Not all strings can be translated via Localizer classes. Some components contain form resources (e.
For more information on utilizing the ChartLocalizer class, refer to the Localizing WPF Controls via Localizer Objects document.
#Inheritance
See Also