Floor
Contents
[
Hide
]Floor class
Encapsulates the object that represents the floor of a 3-D chart.
Properties
| Name | Type | Description |
|---|---|---|
| Border | Line | Gets or sets the border Line . |
| 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 | int | 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 | float | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Floor.Border property
Gets or sets the border Line .
Type: Line
Floor.BackgroundColor property
Gets or sets the background com.aspose.cells.Color of the Area .
Type: Color
Floor.ForegroundColor property
Gets or sets the foreground com.aspose.cells.Color .
Type: Color
Floor.Formatting property
Represents the formatting of the area. The value of the property is FormattingType integer constant.
Type: int
Floor.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
Floor.FillFormat property
Represents a FillFormat object that contains fill formatting properties for the specified chart or shape.
Type: FillFormat
Floor.Transparency property
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Type: float