Reference documentation and code samples for the Google Cloud Chronicle V1 Client class AreaStyle.
Custom styling for area chart
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.Series.AreaStyle
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization \ SeriesMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ color |
string
Optional. Used to add color |
↳ origin |
string
Optional. Used to add origin |
↳ shadow_blur |
int
Optional. Used to add shadow blur |
↳ shadow_color |
string
Optional. Used to add shadow color |
↳ shadow_offset_x |
int
Optional. Used to add shadow offsetX |
↳ shadow_offset_y |
int
Optional. Used to add shadow offsetY |
↳ opacity |
int
Optional. Used to add opacity |
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 |
|
getOrigin
Optional. Used to add origin
| Returns | |
|---|---|
| Type | Description |
string |
|
setOrigin
Optional. Used to add origin
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getShadowBlur
Optional. Used to add shadow blur
| Returns | |
|---|---|
| Type | Description |
int |
|
setShadowBlur
Optional. Used to add shadow blur
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getShadowColor
Optional. Used to add shadow color
| Returns | |
|---|---|
| Type | Description |
string |
|
setShadowColor
Optional. Used to add shadow color
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getShadowOffsetX
Optional. Used to add shadow offsetX
| Returns | |
|---|---|
| Type | Description |
int |
|
setShadowOffsetX
Optional. Used to add shadow offsetX
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getShadowOffsetY
Optional. Used to add shadow offsetY
| Returns | |
|---|---|
| Type | Description |
int |
|
setShadowOffsetY
Optional. Used to add shadow offsetY
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOpacity
Optional. Used to add opacity
| Returns | |
|---|---|
| Type | Description |
int |
|
setOpacity
Optional. Used to add opacity
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|