PaletteEntry(Color, Color) Constructor
Initializes a new instance of the PaletteEntry class with the color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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