Skip to main content

XRChart.PaletteName Property

Gets or sets the name of the palette which is currently being used to draw the chart’s elements.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public string PaletteName { get; set; }

Property Value

Type Description
String

A String value which represents the palette name.

See Also