XRChart.GetPaletteEntries(Int32) Method
Gets the colors that comprise the chart’s palette.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| count | Int32 | An integer value, representing the number of entries to return. |
Returns
| Type | Description |
|---|---|
| PaletteEntry[] | An array of PaletteEntry objects. |
See Also