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 Line.
SetBorderGets or sets the border Line.
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).