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 of the .
SetBackgroundColorGets or sets the background of the .
GetForegroundColorGets or sets the foreground .
SetForegroundColorGets or sets the foreground .
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 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).