Enum XyChart.DataSet.PlotType (2.2.6)

public enum XyChart.DataSet.PlotType extends Enum<XyChart.DataSet.PlotType> implements ProtocolMessageEnum

The types of plotting strategies for data sets.

Protobuf enum google.monitoring.dashboard.v1.XyChart.DataSet.PlotType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HEATMAP

The data is plotted as a heatmap. The series being plotted must have a DISTRIBUTION value type. The value of each bucket in the distribution is displayed as a color. This type is not currently available in the Stackdriver Monitoring application.

HEATMAP = 4;

HEATMAP_VALUE

The data is plotted as a heatmap. The series being plotted must have a DISTRIBUTION value type. The value of each bucket in the distribution is displayed as a color. This type is not currently available in the Stackdriver Monitoring application.

HEATMAP = 4;

LINE

The data is plotted as a set of lines (one line per series).

LINE = 1;

LINE_VALUE

The data is plotted as a set of lines (one line per series).

LINE = 1;

PLOT_TYPE_UNSPECIFIED

Plot type is unspecified. The view will default to LINE.

PLOT_TYPE_UNSPECIFIED = 0;

PLOT_TYPE_UNSPECIFIED_VALUE

Plot type is unspecified. The view will default to LINE.

PLOT_TYPE_UNSPECIFIED = 0;

STACKED_AREA

The data is plotted as a set of filled areas (one area per series), with the areas stacked vertically (the base of each area is the top of its predecessor, and the base of the first area is the X axis). Since the areas do not overlap, each is filled with a different opaque color.

STACKED_AREA = 2;

STACKED_AREA_VALUE

The data is plotted as a set of filled areas (one area per series), with the areas stacked vertically (the base of each area is the top of its predecessor, and the base of the first area is the X axis). Since the areas do not overlap, each is filled with a different opaque color.

STACKED_AREA = 2;

STACKED_BAR

The data is plotted as a set of rectangular boxes (one box per series), with the boxes stacked vertically (the base of each box is the top of its predecessor, and the base of the first box is the X axis). Since the boxes do not overlap, each is filled with a different opaque color.

STACKED_BAR = 3;

STACKED_BAR_VALUE

The data is plotted as a set of rectangular boxes (one box per series), with the boxes stacked vertically (the base of each box is the top of its predecessor, and the base of the first box is the X axis). Since the boxes do not overlap, each is filled with a different opaque color.

STACKED_BAR = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()