A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatAppearance)]
public string PaletteName { get; set; }
<SRCategory(ReportStringId.CatAppearance)>
Public Property PaletteName As String
Property Value
Type | Description |
---|---|
String | A String value which represents the palette name. |
See Also
Feedback