PivotSource
Chart.PivotSource property
来源为数据透视表的数据。 如果PivotSource不为空,则图表为PivotChart。
public string PivotSource { get; set; }
评论
如果文件“Book1.xls”中的工作表“Sheet1”中的数据透视表“PivotTable1”. 如果图表和数据透视表不在同一个工作簿中,则 pivotSource 可能是“[Book1.xls]Sheet1!PivotTable1”。 如果设置了这个属性,之前的数据源设置会丢失。
也可以看看
- class Chart
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells