Back to Devexpress

PaletteExtensionMode Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7e1d3660.md

latest1.6 KB
Original Source

PaletteExtensionMode Enum

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

Declaration

csharp
public enum PaletteExtensionMode
vb
Public Enum PaletteExtensionMode

Members

NameDescription
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

Charts

DevExpress.Web.Bootstrap Namespace