Walls Class

Walls class

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


type Walls struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewWallsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCenterXGets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
GetCenterYGets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s height after calls Chart.Calculate() method.
GetWidthGets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
GetDepthGets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
GetHeightGets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method.
GetCenterXPxGets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
GetCenterYPxGets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
GetWidthPxGets the width of left to right in units of pixels after calls Chart.Calculate() method.
GetDepthPxGets the depth front to back in units of pixels after calls Chart.Calculate() method.
GetHeightPxGets the height of top to bottom in units of pixels after calls Chart.Calculate() method.
GetCubePointCountGets the number of cube points after calls Chart.Calculate() method.
GetCubePointXPxGets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method.The number of apex points of walls cube is eight
GetCubePointYPxGets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method.The number of apex points of walls cube is eight.
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).
GetBorderGets or sets the border Line.
SetBorderGets or sets the border Line.