Walls Class
Contents
[
Hide
]Walls class
Encapsulates the object that represents the walls of a 3-D chart.
type Walls struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewWalls | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCenterX | Gets 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. |
GetCenterY | Gets 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. |
GetWidth | Gets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
GetDepth | Gets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
GetHeight | Gets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method. |
GetCenterXPx | Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
GetCenterYPx | Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
GetWidthPx | Gets the width of left to right in units of pixels after calls Chart.Calculate() method. |
GetDepthPx | Gets the depth front to back in units of pixels after calls Chart.Calculate() method. |
GetHeightPx | Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method. |
GetCubePointCount | Gets the number of cube points after calls Chart.Calculate() method. |
GetCubePointXPx | Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method.The number of apex points of walls cube is eight |
GetCubePointYPx | Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method.The number of apex points of walls cube is eight. |
GetBorder | Gets or sets the border |
SetBorder | Gets or sets the border |