CATable::GraphWithStoredPivot

This page is a translated version of the page CATable::GraphWithStoredPivot and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

ADE 4.6新特徵

描述

當設置為true時,GraphToStreamGraphToFile使用隨模型保存的切片器狀態和樞軸設置,生成與你在計算機上Analytica中看到的一樣的結果圖形。

當設置為false時,你聽過調用SetIndexOrder指定的所有順序被用作表格樞軸,由你來決定通過CATable::Subscript或者CATable::Slice選擇要顯示的切片,並使用這些結果生成圖像。其它你沒有切割的剩餘索引將生成圖像,同在計算機上Analytica中其切片器被設定執行«All»一樣。

數據類型

布爾值

存取

讀/寫屬性

示例用法

tab.GraphWithStoredPivot = true
tab.GraphToFile("result.png","image/png")

另請參考

Comments


You are not allowed to post comments.