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

ChartAppearance.DisplayName Property

Returns a localized name for built-in appearances or the ChartAppearance.Name property value for custom appearances.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

The localized name.

See Also