Google Cloud Chronicle V1 Client - Class Axis (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class Axis.

Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.Axis

Namespace

Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ axis_type int
↳ display_name string
↳ min int

Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min

↳ max int

Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max

getAxisType

Generated from protobuf field .google.cloud.chronicle.v1.AxisType axis_type = 4;

Returns
Type Description
int

setAxisType

Generated from protobuf field .google.cloud.chronicle.v1.AxisType axis_type = 4;

Parameter
Name Description
var int
Returns
Type Description
$this

getDisplayName

Generated from protobuf field string display_name = 5;

Returns
Type Description
string

setDisplayName

Generated from protobuf field string display_name = 5;

Parameter
Name Description
var string
Returns
Type Description
$this

getMin

Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min

Returns
Type Description
int

hasMin

clearMin

setMin

Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min

Parameter
Name Description
var int
Returns
Type Description
$this

getMax

Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max

Returns
Type Description
int

hasMax

clearMax

setMax

Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max

Parameter
Name Description
var int
Returns
Type Description
$this