Class Axis
A chart axis.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class Axis : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Label
The label of the axis.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Scale
The axis scale. By default, a linear scale is used.
Declaration
[JsonProperty("scale")]
public virtual string Scale { get; set; }
Property Value
Type | Description |
---|---|
string |