WebChartControl.GetPaletteEntries(Int32) Method
In This Article
Gets the colors that comprise the chart’s palette.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public PaletteEntry[] GetPaletteEntries(
int count
)
#Parameters
Name | Type | Description |
---|---|---|
count | Int32 | An integer value, representing the number of entries to return. |
#Returns
Type | Description |
---|---|
Palette |
An array of Palette |
See Also