Back to Devexpress

XRChart.PaletteName Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-8e3092b2.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatAppearance)]
public string PaletteName { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
Public Property PaletteName As String

Property Value

TypeDescription
String

A String value which represents the palette name.

|

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace