Width
ChartFrame.Width property
获取或设置边框宽度,以图表区域的 1/4000 为单位。
public virtual int Width { get; set; }
评论
如何将1/4000的单位转换为像素? 像素宽度 = 宽度 * Chart.ChartObject.Height / 4000;
也可以看看
- class ChartFrame
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells
获取或设置边框宽度,以图表区域的 1/4000 为单位。
public virtual int Width { get; set; }
如何将1/4000的单位转换为像素? 像素宽度 = 宽度 * Chart.ChartObject.Height / 4000;