Area
Contents
[
Hide
]Area class
Encapsulates the object that represents an area format.
Properties
| Name | Type | Description |
|---|---|---|
| BackgroundColor | Color | Gets or sets the background com.aspose.cells.Color of the Area . |
| ForegroundColor | Color | Gets or sets the foreground com.aspose.cells.Color . |
| Formatting | Number | Represents the formatting of the area. The value of the property is FormattingType integer constant. |
| InvertIfNegative | boolean | If the property is true and the value of chart point is a negative number, the foreground color and background color wil |
| FillFormat | FillFormat | Represents a FillFormat object that contains fill formatting properties for the specified chart or shape. |
| Transparency | Number | Returns 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