Class: Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Axis
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DashboardChart::Visualization::Axis
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/dashboard_chart.rb
Instance Attribute Summary collapse
- #axis_type ⇒ ::Google::Cloud::Chronicle::V1::AxisType
- #display_name ⇒ ::String
-
#max ⇒ ::Integer
Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max.
-
#min ⇒ ::Integer
Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min.
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
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.
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.
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 |