Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ChartLayout.
Layout of the chart.
Generated from protobuf message google.cloud.chronicle.v1.DashboardDefinition.ChartConfig.ChartLayout
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardDefinition \ ChartConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_x |
int
|
↳ span_x |
int
|
↳ start_y |
int
|
↳ span_y |
int
|
getStartX
Generated from protobuf field optional int32 start_x = 9;
| Returns | |
|---|---|
| Type | Description |
int |
|
hasStartX
clearStartX
setStartX
Generated from protobuf field optional int32 start_x = 9;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSpanX
Generated from protobuf field int32 span_x = 10;
| Returns | |
|---|---|
| Type | Description |
int |
|
setSpanX
Generated from protobuf field int32 span_x = 10;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartY
Generated from protobuf field optional int32 start_y = 11;
| Returns | |
|---|---|
| Type | Description |
int |
|
hasStartY
clearStartY
setStartY
Generated from protobuf field optional int32 start_y = 11;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSpanY
Generated from protobuf field int32 span_y = 12;
| Returns | |
|---|---|
| Type | Description |
int |
|
setSpanY
Generated from protobuf field int32 span_y = 12;
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|