Chronicle V1 API - Class Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Axis (v0.6.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Axis.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#axis_type

def axis_type() -> ::Google::Cloud::Chronicle::V1::AxisType

#axis_type=

def axis_type=(value) -> ::Google::Cloud::Chronicle::V1::AxisType

#display_name

def display_name() -> ::String
Returns
  • (::String)

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String)
Returns
  • (::String)

#max

def max() -> ::Integer
Returns
  • (::Integer) — Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max

#max=

def max=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max
Returns
  • (::Integer) — Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max

#min

def min() -> ::Integer
Returns
  • (::Integer) — Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min

#min=

def min=(value) -> ::Integer
Parameter
  • value (::Integer) — Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min
Returns
  • (::Integer) — Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min