DataBarRule
Overview
DataBarRule is a interface in Aspose.Cells FOSS for Typescript.
Properties: color, direction, maxValue, minValue.
Description
DataBarRule 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; : number; : number. These operations enable developers to integrate databarrule functionality directly into TypeScript applications.
The class also provides the color property (gets the color), the minValue property (gets the min value), the maxValue property (gets the max value).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
color | : string | Read | Gets the color. |
minValue | : number | Read | Gets the min value. |
maxValue | : number | Read | Gets the max value. |
direction | : "leftToRight" | "rightToLeft" | Read | Gets the direction. |