CATable::GraphWithStoredPivot
ADE User Guide > ADE Server Class Reference > CATable
ADE 4.6新特征
描述
当设置为true时,
When this is false, the index ordering you specify by calling SetIndexOrder is used as the table pivot, and it is up to you to select the slice to display by calling CATable::Subscript or CATable::Slice, and generating the graph using from result of these. Any remaining index that you don't slice will be graphed as if its slicer was set do «All» in desktop Analytica.
数据类型
布尔值
存取
读/写属性
示例用法
tab.GraphWithStoredPivot = true tab.GraphToFile("result.png","image/png")
另请参考
Comments
Enable comment auto-refresher