Chronicle v1 API - Class DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece (1.0.0-beta05)

public sealed class DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece : IMessage<DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece>, IEquatable<DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece>, IDeepCloneable<DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece.

An ECharts visual map of type 'piecewise' contain many pieces. Each piece has a min, max, and color with which it's rendered.

Inheritance

object > DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

VisualMapPiece()

public VisualMapPiece()

VisualMapPiece(VisualMapPiece)

public VisualMapPiece(DashboardChart.Types.Visualization.Types.VisualMap.Types.VisualMapPiece other)
Parameter
Name Description
other DashboardChartTypesVisualizationTypesVisualMapTypesVisualMapPiece

Properties

Color

public string Color { get; set; }

Optional. Color to render the piece in when the value is between min and max.

Property Value
Type Description
string

HasMax

public bool HasMax { get; }

Gets whether the "max" field is set

Property Value
Type Description
bool

HasMin

public bool HasMin { get; }

Gets whether the "min" field is set

Property Value
Type Description
bool

Label

public string Label { get; set; }

Optional. Label used in visual map controller.

Property Value
Type Description
string

Max

public long Max { get; set; }

Optional. Minimum value for the piece.

Property Value
Type Description
long

Min

public long Min { get; set; }

Optional. Minimum value for the piece.

Property Value
Type Description
long