Walls class
Walls class
Encapsulates the object that represents the walls of a 3-D chart.
Inheritance: Walls
→
Floor
→
Area
The Walls type exposes the following members:
Properties
Property | Description |
---|---|
background_color | Gets or sets the background Color of the Area . |
foreground_color | Gets or sets the foreground Color. |
formatting | Represents the formatting of the area. |
invert_if_negative | If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. |
fill_format | Represents a Area.fill_format object that contains fill formatting properties for the specified chart or shape. |
transparency | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
border | Gets or sets the border Line . |
center_x | 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. |
center_y | 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. |
width | Gets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
depth | Gets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
height | Gets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method. |
center_x_px | Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
center_y_px | Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
width_px | Gets the width of left to right in units of pixels after calls Chart.Calculate() method. |
depth_px | Gets the depth front to back in units of pixels after calls Chart.Calculate() method. |
height_px | Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method. |
Methods
Method | Description |
---|---|
get_cube_point_count | Gets the number of cube points after calls Chart.Calculate() method. |
get_cube_point_x_px | 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 |
get_cube_point_y_px | 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. |
See Also
- module
aspose.cells.charts
- class
Area
- class
Floor
- class
Line
- class
Walls