Area Class

Area class

Encapsulates the object that represents an area format.


type Area struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetBackgroundColorGets or sets the background Color of the Area.
SetBackgroundColorGets or sets the background Color of the Area.
GetForegroundColorGets or sets the foreground Color.
SetForegroundColorGets or sets the foreground Color.
GetFormattingRepresents the formatting of the area.
SetFormattingRepresents the formatting of the area.
GetInvertIfNegativeIf the property is true and the value of chart point is a negative number,the foreground color and background color will be exchanged.
SetInvertIfNegativeIf the property is true and the value of chart point is a negative number,the foreground color and background color will be exchanged.
GetFillFormatRepresents a FillFormat object that contains fill formatting properties for the specified chart or shape.
GetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).