ShapeSolidFill.Color Property
Gets or sets the color used to fill a chart element.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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