Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ItemStyle.
Custom styling for chart
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.Series.ItemStyle
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization \ SeriesMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ border_width |
int
Optional. Used to add border width |
↳ border_color |
string
Optional. Used to add border color |
↳ color |
string
Optional. Used to add color |
getBorderWidth
Optional. Used to add border width
| Returns | |
|---|---|
| Type | Description |
int |
|
setBorderWidth
Optional. Used to add border width
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBorderColor
Optional. Used to add border color
| Returns | |
|---|---|
| Type | Description |
string |
|
setBorderColor
Optional. Used to add border color
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getColor
Optional. Used to add color
| Returns | |
|---|---|
| Type | Description |
string |
|
setColor
Optional. Used to add color
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|