Difference between revisions of "CATable::GraphWithStoredPivot"
(Marked this version for translation) |
|||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
+ | <!--T:1--> | ||
''new to [[Analytica 4.6|ADE 4.6]]'' | ''new to [[Analytica 4.6|ADE 4.6]]'' | ||
− | = Description = | + | = Description = <!--T:2--> |
+ | <!--T:3--> | ||
When set to true, [[CATable::GraphToStream|GraphToStream]] and [[CATable::GraphToFile|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 set to true, [[CATable::GraphToStream|GraphToStream]] and [[CATable::GraphToFile|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. | ||
+ | <!--T:4--> | ||
When this is false, the index ordering you specify by calling [[CATable::SetIndexOrder|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. | When this is false, the index ordering you specify by calling [[CATable::SetIndexOrder|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 = | + | = Data type = <!--T:5--> |
+ | <!--T:6--> | ||
bool | bool | ||
− | = Access = | + | = Access = <!--T:7--> |
+ | <!--T:8--> | ||
read/write property | read/write property | ||
− | = Example Usage = | + | = Example Usage = <!--T:9--> |
− | tab.GraphWithStoredPivot = true | + | <!--T:10--> |
+ | tab.GraphWithStoredPivot = true | ||
tab.[[CATable::GraphToFile|GraphToFile]]("result.png","image/png") | tab.[[CATable::GraphToFile|GraphToFile]]("result.png","image/png") | ||
− | = See Also = | + | = See Also = <!--T:11--> |
+ | <!--T:12--> | ||
* [[CATable::GraphToStream]] | * [[CATable::GraphToStream]] | ||
* [[CATable::GraphToFile]] | * [[CATable::GraphToFile]] | ||
</translate> | </translate> |
Latest revision as of 00:59, 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