Skip to main content

PaletteEntry.Color2 Property

Gets or sets the second color of the palette entry.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraSerializableProperty]
public Color Color2 { get; set; }

Property Value

Type Description
Color

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

See Also