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.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

The localized name.

See Also