Class ChartOptions
ChartOptions
公开当前为 Chart
配置的选项,例如高度、颜色等。
如需了解可用的选项,请参阅可视化参考文档。您可以通过点击图表库中的特定图表来找到每个图表的特定选项。
这些选项是不变的。
详细文档
get(option)
返回此图表的已配置选项。
参数
名称 | 类型 | 说明 |
option | String | 表示所需选项的字符串。 |
弃踢回攻
Object
- 当前为指定选项设置的值,如果未设置选项,则为 null
。
getOrDefault(option)
返回此图表的已配置选项。如果未设置图表选项,则返回此选项的默认值(如果有);如果没有默认值,则返回 null
。
参数
名称 | 类型 | 说明 |
option | String | 表示所需选项的字符串。 |
弃踢回攻
Object
- 当前为指定选项设置的值。如果该选项未设置,且有默认值,则返回默认值。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):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`."]]],[]]