Module: Google::Cloud::Monitoring::Dashboard::V1::XyChart::Axis::Scale
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/xychart.rb
Overview
Types of scales used in axes.
Constant Summary collapse
- SCALE_UNSPECIFIED =
Scale is unspecified. The view will default to
LINEAR
. 0
- LINEAR =
Linear scale.
1
- LOG10 =
Logarithmic scale (base 10).
2