AddChart
内容
[
隐藏
]AddChart(ChartType, float, float, float, float)
创建一个新图表,使用示例系列数据和设置对其进行初始化,并将 添加到集合的末尾。
public IChart AddChart(ChartType type, float x, float y, float width, float height)
范围 | 类型 | 描述 |
---|---|---|
type | ChartType | 图表类型。 |
x | Single | 新图表的 X 坐标。 |
y | Single | 新图表的 Y 坐标。 |
width | Single | 图表的宽度。 |
height | Single | 图表的高度。 |
返回值
创建图表。
也可以看看
- interface IChart
- enum ChartType
- class ShapeCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
AddChart(ChartType, float, float, float, float, bool)
创建一个新图表并将其添加到集合的末尾。
public IChart AddChart(ChartType type, float x, float y, float width, float height,
bool initWithSample)
范围 | 类型 | 描述 |
---|---|---|
type | ChartType | 图表类型。 |
x | Single | 新图表的 X 坐标。 |
y | Single | 新图表的 Y 坐标。 |
width | Single | 图表的宽度。 |
height | Single | 图表的高度。 |
initWithSample | Boolean | 如果为真,则新图表将使用样本系列数据和设置进行初始化。 如果为假,则新图表将没有系列和最小设置。在这种情况下 图表创建会更快。 |
返回值
创建图表。
也可以看看
- interface IChart
- enum ChartType
- class ShapeCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides