Floor Class
Contents
[
Hide
]Floor class
Encapsulates the object that represents the floor of a 3-D chart.
type Floor struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewFloor | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetBorder | Gets or sets the border Line. |
SetBorder | Gets or sets the border Line. |
GetBackgroundColor | Gets or sets the background Color of the Area. |
SetBackgroundColor | Gets or sets the background Color of the Area. |
GetForegroundColor | Gets or sets the foreground Color. |
SetForegroundColor | Gets or sets the foreground Color. |
GetFormatting | Represents the formatting of the area. |
SetFormatting | Represents the formatting of the area. |
GetInvertIfNegative | If the property is true and the value of chart point is a negative number,the foreground color and background color will be exchanged. |
SetInvertIfNegative | If the property is true and the value of chart point is a negative number,the foreground color and background color will be exchanged. |
GetFillFormat | Represents a FillFormat object that contains fill formatting properties for the specified chart or shape. |
GetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
SetTransparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |