ChartAxis.CurrencyCultureNameProvider Property
For internal use. Provides access to an interface that exposes a culture name.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Browsable(false)]
public ICurrencyCultureNameProvider CurrencyCultureNameProvider { get; }
Property Value
| Type | Description |
|---|---|
| DevExpress.DashboardCommon.Native.ICurrencyCultureNameProvider | Provides a culture name. |
See Also