Walls
Walls class
Encapsulates the object that represents the walls of a 3-D chart.
Properties
| Name | Type | Description |
|---|---|---|
| CenterX | int | Gets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s width after calls Chart.Cal |
| CenterY | int | Gets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s height after calls Chart.Ca |
| Width | int | Gets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
| Depth | int | Gets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method. |
| Height | int | Gets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method. |
| CenterXPx | int | Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
| CenterYPx | int | Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method. |
| WidthPx | int | Gets the width of left to right in units of pixels after calls Chart.Calculate() method. |
| DepthPx | int | Gets the depth front to back in units of pixels after calls Chart.Calculate() method. |
| HeightPx | int | Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method. |
| Border | Line | Gets or sets the border Line . |
| BackgroundColor | Color | Gets or sets the background com.aspose.cells.Color of the Area . |
| ForegroundColor | Color | Gets or sets the foreground com.aspose.cells.Color . |
| Formatting | int | Represents the formatting of the area. The value of the property is FormattingType integer constant. |
| InvertIfNegative | boolean | If the property is true and the value of chart point is a negative number, the foreground color and background color wil |
| FillFormat | FillFormat | Represents a FillFormat object that contains fill formatting properties for the specified chart or shape. |
| Transparency | float | Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Methods
| Name | Description |
|---|---|
| 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 wal |
| getCubePointYPx | Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method. The number of apex points of wal |
Walls.CenterX property
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.
Type: int
Walls.CenterY property
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.
Type: int
Walls.Width property
Gets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
Type: int
Walls.Depth property
Gets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
Type: int
Walls.Height property
Gets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method.
Type: int
Walls.CenterXPx property
Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
Type: int
Walls.CenterYPx property
Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
Type: int
Walls.WidthPx property
Gets the width of left to right in units of pixels after calls Chart.Calculate() method.
Type: int
Walls.DepthPx property
Gets the depth front to back in units of pixels after calls Chart.Calculate() method.
Type: int
Walls.HeightPx property
Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method.
Type: int
Walls.Border property
Gets or sets the border Line .
Type: Line
Walls.BackgroundColor property
Gets or sets the background com.aspose.cells.Color of the Area .
Type: Color
Walls.ForegroundColor property
Gets or sets the foreground com.aspose.cells.Color .
Type: Color
Walls.Formatting property
Represents the formatting of the area. The value of the property is FormattingType integer constant.
Type: int
Walls.InvertIfNegative property
If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged.
Type: boolean
Walls.FillFormat property
Represents a FillFormat object that contains fill formatting properties for the specified chart or shape.
Type: FillFormat
Walls.Transparency property
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Type: float
getCubePointCount()
Gets the number of cube points after calls Chart.Calculate() method.
getCubePointXPx(index)
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(index)
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.