Skip to main content
Row

ColorScale3ConditionalFormatting.MidPointColor Property

Gets the color corresponding to the midpoint threshold specified in the three-color scale conditional formatting rule.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Color MidPointColor { get; }

Property Value

Type Description
Color

A Color object that defines the color for the midpoint value in the range of cells.

See Also