ChartLocalizer.Active Property
In This Article
Gets or sets a localizer object providing localization of the user interface at runtime.
Namespace: DevExpress.XtraCharts.Localization
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public static XtraLocalizer<ChartStringId> Active { get; set; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
Note
Important: Not all strings can be translated via Localizer classes. Some components contain form resources (e.
For more information on utilizing the Active property, refer to the Localizing WinForms Controls via Localizer Objects document.
See Also