Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ChartOptions.
Options for chart generation.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ChartOptions
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ image |
ChartOptions\ImageOptions
Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image. |
getImage
Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.
Returns | |
---|---|
Type | Description |
ChartOptions\ImageOptions|null |
hasImage
clearImage
setImage
Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.
Parameter | |
---|---|
Name | Description |
var |
ChartOptions\ImageOptions
|
Returns | |
---|---|
Type | Description |
$this |