Difference between revisions of "CATable::GraphWithStoredPivot"
m (Lchrisman moved page CATable:GraphWithStoredPivot to CATable::GraphWithStoredPivot without leaving a redirect: Left out a colon) |
|||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | |
+ | <languages /> | ||
+ | <translate> | ||
''new to [[Analytica 4.6|ADE 4.6]]'' | ''new to [[Analytica 4.6|ADE 4.6]]'' | ||
Line 26: | Line 28: | ||
* [[CATable::GraphToStream]] | * [[CATable::GraphToStream]] | ||
* [[CATable::GraphToFile]] | * [[CATable::GraphToFile]] | ||
+ | </translate> |
Revision as of 00:57, 16 June 2015
ADE User Guide > ADE Server Class Reference > CATable
new to ADE 4.6
Description
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.
Data type
bool
Access
read/write property
Example Usage
tab.GraphWithStoredPivot = true tab.GraphToFile("result.png","image/png")
See Also
Comments
Enable comment auto-refresher