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

Palette.DisplayName Property

Returns a localized name for built-in palettes or the Palette.Name property value for custom palettes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

A String value that is a palette’s localized name.

See Also