aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7e1d3660.md
Lists values that specify what to do with colors in a chart control’s palette when their number is less than the number of series (in a Chart) or points in a series (in a Pie Chart).
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public enum PaletteExtensionMode
Public Enum PaletteExtensionMode
| Name | Description |
|---|---|
Alternate |
Repeat the full set of palette colors, alternating their normal, lightened, and darkened shades in that order.
|
| Blend |
Create a blend of two neighboring colors and insert it between these colors in the palette.
|
| Extrapolate |
Repeat the full set of palette colors, changing their shade gradually from dark to light.
|
The following properties accept/return PaletteExtensionMode values:
See Also