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

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

Inheritance

object > DashboardChart.Types.Visualization.Types.Series

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

Series()

public Series()

Series(Series)

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

Properties

AreaStyle

public DashboardChart.Types.Visualization.Types.Series.Types.AreaStyle AreaStyle { get; set; }

Optional. Custom styling for area chart

Property Value
Type Description
DashboardChartTypesVisualizationTypesSeriesTypesAreaStyle

DataLabel

public DashboardChart.Types.Visualization.Types.Series.Types.DataLabel DataLabel { get; set; }

Optional. Data label config for a series. Displays data vaule in the chart

Property Value
Type Description
DashboardChartTypesVisualizationTypesSeriesTypesDataLabel

Encode

public DashboardChart.Types.Visualization.Types.Series.Types.Encode Encode { get; set; }
Property Value
Type Description
DashboardChartTypesVisualizationTypesSeriesTypesEncode

Field

public string Field { get; set; }
Property Value
Type Description
string

GaugeConfig

public DashboardChart.Types.Visualization.Types.Series.Types.GaugeConfig GaugeConfig { get; set; }

Optional. Field to be saved for retrieving gauge config for gauge chart

Property Value
Type Description
DashboardChartTypesVisualizationTypesSeriesTypesGaugeConfig

ItemColors

public DashboardChart.Types.Visualization.Types.Series.Types.ItemColors ItemColors { get; set; }

Optional. Field to be saved for retrieving slice colors for the chart

Property Value
Type Description
DashboardChartTypesVisualizationTypesSeriesTypesItemColors

ItemStyle

public DashboardChart.Types.Visualization.Types.Series.Types.ItemStyle ItemStyle { get; set; }

Optional. Custom styling for chart

Property Value
Type Description
DashboardChartTypesVisualizationTypesSeriesTypesItemStyle

Label

public string Label { get; set; }
Property Value
Type Description
string

MetricTrendConfig

public DashboardChart.Types.Visualization.Types.Series.Types.MetricTrendConfig MetricTrendConfig { get; set; }

Optional. Fields to capture trend config for metric charts

Property Value
Type Description
DashboardChartTypesVisualizationTypesSeriesTypesMetricTrendConfig

Radius

public RepeatedField<string> Radius { get; }

Optional. Used to make a pie chart into a douhnut chart

Property Value
Type Description
RepeatedFieldstring

SeriesName

public string SeriesName { get; set; }

user specified series label

Property Value
Type Description
string

SeriesStackStrategy

public SeriesStackStrategy SeriesStackStrategy { get; set; }
Property Value
Type Description
SeriesStackStrategy

SeriesType

public SeriesType SeriesType { get; set; }
Property Value
Type Description
SeriesType

SeriesUniqueValue

public string SeriesUniqueValue { get; set; }

Optional. Series unique value from the query result

Property Value
Type Description
string

ShowBackground

public bool ShowBackground { get; set; }
Property Value
Type Description
bool

ShowSymbol

public bool ShowSymbol { get; set; }
Property Value
Type Description
bool

Stack

public string Stack { get; set; }
Property Value
Type Description
string