Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::XyChart::Axis.
A chart axis.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#label
def label() -> ::String
    Returns
    
  - (::String) — The label of the axis.
 
#label=
def label=(value) -> ::String
    Parameter
    
  - value (::String) — The label of the axis.
 
    Returns
    
  - (::String) — The label of the axis.
 
#scale
def scale() -> ::Google::Cloud::Monitoring::Dashboard::V1::XyChart::Axis::Scale
    Returns
    
  - (::Google::Cloud::Monitoring::Dashboard::V1::XyChart::Axis::Scale) — The axis scale. By default, a linear scale is used.
 
#scale=
def scale=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::XyChart::Axis::Scale
    Parameter
    
  - value (::Google::Cloud::Monitoring::Dashboard::V1::XyChart::Axis::Scale) — The axis scale. By default, a linear scale is used.
 
    Returns
    
- (::Google::Cloud::Monitoring::Dashboard::V1::XyChart::Axis::Scale) — The axis scale. By default, a linear scale is used.