Interface protos.google.monitoring.dashboard.v1.IXyChart

Properties of a XyChart.

Package

@google-cloud/monitoring-dashboards!

Properties

chartOptions

chartOptions?: (google.monitoring.dashboard.v1.IChartOptions|null);

XyChart chartOptions

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IChartOptions|null)

dataSets

dataSets?: (google.monitoring.dashboard.v1.XyChart.IDataSet[]|null);

XyChart dataSets

Property Value
TypeDescription
(google.monitoring.dashboard.v1.XyChart.IDataSet[]|null)

thresholds

thresholds?: (google.monitoring.dashboard.v1.IThreshold[]|null);

XyChart thresholds

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IThreshold[]|null)

timeshiftDuration

timeshiftDuration?: (google.protobuf.IDuration|null);

XyChart timeshiftDuration

Property Value
TypeDescription
(google.protobuf.IDuration|null)

xAxis

xAxis?: (google.monitoring.dashboard.v1.XyChart.IAxis|null);

XyChart xAxis

Property Value
TypeDescription
(google.monitoring.dashboard.v1.XyChart.IAxis|null)

yAxis

yAxis?: (google.monitoring.dashboard.v1.XyChart.IAxis|null);

XyChart yAxis

Property Value
TypeDescription
(google.monitoring.dashboard.v1.XyChart.IAxis|null)