Walls
Contents
[
Hide
]
walls
Encapsulates the object that represents the walls of a 3-D chart.
Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description |
---|---|---|---|---|---|
CenterX | Integer | True | False | 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. | |
CenterY | Integer | True | False | 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. | |
Depth | Integer | True | False | Gets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method. | |
Height | Integer | True | False | Gets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method. | |
Width | Integer | True | False | Gets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method. | |
Border | Class:Line | True | False | ||
BackgroundColor | Class:Color | True | False | ||
FillFormat | Class:FillFormat | True | False | ||
ForegroundColor | Class:Color | True | False | ||
Format | String | True | False | ||
InvertIfNegative | Boolean | True | False | ||
Transparency | Floating | True | False |
Parent Name : Floor