Skip to main content
A newer version of this page is available. .

PaletteEntry.Color2 Property

Gets or sets the second color of the palette entry.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public Color Color2 { get; set; }

Property Value

Type Description
Color

A Color value which represents the second color of the palette entry.

See Also