Class Walls
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Encapsulates the object that represents the walls of a 3-D chart.
public class Walls : Floor
Inheritance
Inherited Members
Floor.m_SpPr, Floor.Border, Area.BackgroundColor, Area.ForegroundColor, Area.Formatting, Area.InvertIfNegative, Area.FillFormat, Area.Transparency, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CenterX
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.
public int CenterX { get; }
Property Value
CenterXPx
Gets the x coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
public int CenterXPx { get; }
Property Value
CenterY
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.
public int CenterY { get; }
Property Value
CenterYPx
Gets the y coordinate of the left-bottom corner of Wall center in units of pixels after calls Chart.Calculate() method.
public int CenterYPx { get; }
Property Value
Depth
Gets the depth front to back in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
public int Depth { get; }
Property Value
DepthPx
Gets the depth front to back in units of pixels after calls Chart.Calculate() method.
public int DepthPx { get; }
Property Value
Height
Gets the height of top to bottom in units of 1/4000 of chart’s height after calls Chart.Calculate() method.
public int Height { get; }
Property Value
HeightPx
Gets the height of top to bottom in units of pixels after calls Chart.Calculate() method.
public int HeightPx { get; }
Property Value
Width
Gets the width of left to right in units of 1/4000 of chart’s width after calls Chart.Calculate() method.
public int Width { get; }
Property Value
WidthPx
Gets the width of left to right in units of pixels after calls Chart.Calculate() method.
public int WidthPx { get; }
Property Value
Methods
GetCubePointCount()
Gets the number of cube points after calls Chart.Calculate() method.
public int GetCubePointCount()
Returns
GetCubePointXPx(int)
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
public float GetCubePointXPx(int index)
Parameters
index
int
Returns
GetCubePointYPx(int)
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.
public float GetCubePointYPx(int index)
Parameters
index
int