Chronicle v1 API - Class DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig (1.0.0-beta05)

public sealed class DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig : IMessage<DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig>, IEquatable<DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig>, IDeepCloneable<DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig.

Metric trend config for displaying trend value in Metrics chart

Inheritance

object > DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

MetricTrendConfig()

public MetricTrendConfig()

MetricTrendConfig(MetricTrendConfig)

public MetricTrendConfig(DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig other)
Parameter
Name Description
other DashboardChartTypesVisualizationTypesSeriesTypesMetricTrendConfig

Properties

MetricDisplayTrend

public MetricDisplayTrend MetricDisplayTrend { get; set; }

Optional. Metric chart configuration to display the trend value

Property Value
Type Description
MetricDisplayTrend

MetricFormat

public MetricFormat MetricFormat { get; set; }

Optional. Metric chart configuration to display metric trend

Property Value
Type Description
MetricFormat

MetricTrendType

public MetricTrendType MetricTrendType { get; set; }

Optional. Metric chart configuration to display trend type whether regular or inverse

Property Value
Type Description
MetricTrendType

ShowMetricTrend

public bool ShowMetricTrend { get; set; }

Optional. Metric chart configuration to toggle the trend value display

Property Value
Type Description
bool