CATable::GraphWithStoredPivot

Revision as of 06:40, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "= 另请参考 =")

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

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


You are not allowed to post comments.