Skip to main content

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.v23.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