Floor Class

Floor class

Encapsulates the object that represents the floor of a 3-D chart.


type Floor struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewFloorConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetBorderGets or sets the border .
SetBorderGets or sets the border .
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).