Class Walls
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
封装表示3-D图表墙的对象。
public class Walls : Floor
继承
继承成员
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()
属性
CenterX
获取墙中心左下角的x坐标,单位为图表宽度的1/4000,调用Chart.Calculate()方法后有效。
public int CenterX { get; }
属性值
CenterXPx
获取墙中心左下角的x坐标,单位为像素,调用Chart.Calculate()方法后有效。
public int CenterXPx { get; }
属性值
CenterY
获取墙中心左下角的y坐标,单位为图表高度的1/4000,调用Chart.Calculate()方法后有效。
public int CenterY { get; }
属性值
CenterYPx
获取墙中心左下角的y坐标,单位为像素,调用Chart.Calculate()方法后有效。
public int CenterYPx { get; }
属性值
Depth
获取墙的前后深度,单位为图表宽度的1/4000,调用Chart.Calculate()方法后有效。
public int Depth { get; }
属性值
DepthPx
获取墙的前后深度,单位为像素,调用Chart.Calculate()方法后有效。
public int DepthPx { get; }
属性值
Height
获取墙的上下高度,单位为图表高度的1/4000,调用Chart.Calculate()方法后有效。
public int Height { get; }
属性值
HeightPx
获取墙的上下高度,单位为像素,调用Chart.Calculate()方法后有效。
public int HeightPx { get; }
属性值
Width
获取墙的左右宽度,单位为图表宽度的1/4000,调用Chart.Calculate()方法后有效。
public int Width { get; }
属性值
WidthPx
获取墙的左右宽度,单位为像素,调用Chart.Calculate()方法后有效。
public int WidthPx { get; }
属性值
方法
GetCubePointCount()
获取调用Chart.Calculate()方法后立方体点的数量。
public int GetCubePointCount()
返回
GetCubePointXPx(int)
获取调用Chart.Calculate()方法后墙立方体的顶点x坐标。 墙立方体的顶点数量为八个。
public float GetCubePointXPx(int index)
参数
index
int
返回
GetCubePointYPx(int)
获取调用Chart.Calculate()方法后墙立方体的顶点y坐标。 墙立方体的顶点数量为八个。
public float GetCubePointYPx(int index)
参数
index
int