Area

Area class

Encapsulates the object that represents an area format.

Properties

NameTypeDescription
BackgroundColorColorGets or sets the background com.aspose.cells.Color of the Area .
ForegroundColorColorGets or sets the foreground com.aspose.cells.Color .
FormattingNumberRepresents the formatting of the area. The value of the property is FormattingType integer constant.
InvertIfNegativebooleanIf the property is true and the value of chart point is a negative number, the foreground color and background color wil
FillFormatFillFormatRepresents a FillFormat object that contains fill formatting properties for the specified chart or shape.
TransparencyNumberReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Area.BackgroundColor property

Gets or sets the background com.aspose.cells.Color of the Area .

Type: Color

Area.ForegroundColor property

Gets or sets the foreground com.aspose.cells.Color .

Type: Color

Area.Formatting property

Represents the formatting of the area. The value of the property is FormattingType integer constant.

Type: Number

Area.InvertIfNegative property

If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged.

Type: boolean

Area.FillFormat property

Represents a FillFormat object that contains fill formatting properties for the specified chart or shape.

Type: FillFormat

Area.Transparency property

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Type: Number