Skip to main content

ShapeSolidFill.Color Property

Gets or sets the color used to fill a chart element.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Color Color { get; set; }

Property Value

Type Description
Color

A Color object that is the fill color.

Remarks

To apply the solid color fill to a chart element, call the ShapeOutlineFill.SetSolidFill method. To change the fill color, access the ShapeSolidFill object by utilizing the ShapeOutlineFill.SolidFill property and then assign another value to the Color property.

See Also