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

NameTypeAccessDescription
color: stringReadGets the color.
minValue: numberReadGets the min value.
maxValue: numberReadGets the max value.
direction: "leftToRight" | "rightToLeft"ReadGets the direction.

See Also