Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeSolidFill.Color Property

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

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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