ColorScaleRule
Overview
ColorScaleRule is a interface in Aspose.Cells FOSS for Typescript.
ColorScaleRule lets developers define a three‑color gradient for conditional formatting using minColor, midColor, and maxColor properties.
Properties: maxColor, midColor, minColor.
Description
ColorScaleRule is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : string; : string; : string. These operations enable developers to integrate colorscalerule functionality directly into TypeScript applications.
The class also provides the minColor property (gets the min color), the midColor property (gets the mid color), the maxColor property (gets the max color).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
minColor | : string | Read | Gets the min color. |
midColor | : string | Read | Gets the mid color. |
maxColor | : string | Read | Gets the max color. |