Add

Add(ChartType, int, int, int, int)

将图表添加到集合中。

public int Add(ChartType type, int upperLeftRow, int upperLeftColumn, int lowerRightRow, 
    int lowerRightColumn)
范围类型描述
typeChartType图表类型
upperLeftRowInt32左上行索引。
upperLeftColumnInt32左上列索引。
lowerRightRowInt32右下行索引
lowerRightColumnInt32右下列索引

返回值

Chart对象索引。

也可以看看


Add(ChartType, string, bool, int, int, int, int)

将图表添加到集合中。

public int Add(ChartType type, string dataRange, bool isVertical, int topRow, int leftColumn, 
    int rightRow, int bottomColumn)
范围类型描述
typeChartType图表类型
dataRangeString指定图表的数据范围
isVerticalBoolean指定是按行还是按列从一系列单元格值中绘制系列。
topRowInt32左上行索引。
leftColumnInt32左上列索引。
rightRowInt32右下行索引
bottomColumnInt32右下列索引

返回值

Chart对象索引。

也可以看看