Class ChartOptions
ChartOptions
公開目前為 Chart
設定的選項,例如高度、顏色等。
如要瞭解有哪些選項可用,請參閱視覺化參考資料說明文件。如要查看各個圖表的特定選項,只要在圖表圖庫中按一下特定圖表即可。
這些選項無法變更。
內容詳盡的說明文件
get(option)
傳回這張圖表的已設定選項。
參數
名稱 | 類型 | 說明 |
option | String | 代表所需選項的字串。 |
回攻員
Object
:目前為指定選項設定的值;如未設定選項,則為 null
。
getOrDefault(option)
傳回這張圖表的已設定選項。如未設定圖表選項,則傳回這個選項的預設值 (如有);如果沒有預設值,則傳回 null
。
參數
名稱 | 類型 | 說明 |
option | String | 代表所需選項的字串。 |
回攻員
Object
:目前為指定選項設定的值。如未設定這個選項且可使用預設值,就會傳回預設值。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`ChartOptions` provides access to the configuration settings of a Chart, such as height and color, and these options cannot be changed once set."],["To understand available options, refer to the visualization reference and chart gallery for specific chart details."],["It offers two methods: `get(option)` to retrieve a specific option's value, returning `null` if not set, and `getOrDefault(option)` which returns the option's value or its default if available, otherwise `null`."]]],[]]