Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Axis

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb

Instance Attribute Summary collapse

Instance Attribute Details

#axis_type::Google::Cloud::Chronicle::V1::AxisType



135
136
137
138
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 135

class Axis
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns:

  • (::String)


135
136
137
138
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 135

class Axis
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max::Integer

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

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 135

class Axis
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min::Integer

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

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb', line 135

class Axis
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end