Walls

Walls class

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

Properties

NameTypeDescription
CenterXintGets the x coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s width after calls Chart.Cal
CenterYintGets the y coordinate of the left-bottom corner of Wall center in units of 1/4000 of chart’s height after calls Chart.Ca
WidthintGets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
DepthintGets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
HeightintGets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method.
CenterXPxintGets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
CenterYPxintGets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
WidthPxintGets the width of left to right in units of pixels after calls Chart.Calculate() method.
DepthPxintGets the depth front to back in units of pixels after calls Chart.Calculate() method.
HeightPxintGets the height of top to bottom in units of pixels after calls Chart.Calculate() method.
BorderLineGets or sets the border Line .
BackgroundColorColorGets or sets the background com.aspose.cells.Color of the Area .
ForegroundColorColorGets or sets the foreground com.aspose.cells.Color .
FormattingintRepresents the formatting of the area. The value of the property is FormattingType integer constant.
InvertIfNegativebooleanIf the property is true and the value of chart point is a negative number, the foreground color and background color wil
FillFormatFillFormatRepresents a FillFormat object that contains fill formatting properties for the specified chart or shape.
TransparencyfloatReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

NameDescription
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 wal
getCubePointYPxGets 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.