Area Class
Contents
[
Hide
]Area class
Encapsulates the object that represents an area format.
type Area struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetBackgroundColor | Gets or sets the background |
SetBackgroundColor | Gets or sets the background |
GetForegroundColor | Gets or sets the foreground |
SetForegroundColor | Gets or sets the foreground |
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 |
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). |