Skip to main content

PaletteEntry(Color, Color) Constructor

Initializes a new instance of the PaletteEntry class with the color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PaletteEntry(
    Color color,
    Color color2
)

Parameters

Name Type Description
color Color

A Color value that specifies the first color of the palette entry. This value is assigned to the PaletteEntry.Color property.

color2 Color

A Color value that specifies the second color of the palette entry. This value is assigned to the PaletteEntry.Color2 property.

See Also