CATable::GraphWithStoredPivot
Revision as of 06:41, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "* CATable::GraphToStream * CATable::GraphToFile")
ADE User Guide > ADE Server Class Reference > CATable
ADE 4.6新特征
描述
When set to true, GraphToStream and GraphToFile use the slicer state and pivot settings stored with the model, producing the same result graph as you would see when viewing the result is desktop Analytica.
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