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

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

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

Custom styling for area chart

Inheritance

object > DashboardChart.Types.Visualization.Types.Series.Types.AreaStyle

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

AreaStyle()

public AreaStyle()

AreaStyle(AreaStyle)

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

Properties

Color

public string Color { get; set; }

Optional. Used to add color

Property Value
Type Description
string

Opacity

public int Opacity { get; set; }

Optional. Used to add opacity

Property Value
Type Description
int

Origin

public string Origin { get; set; }

Optional. Used to add origin

Property Value
Type Description
string

ShadowBlur

public int ShadowBlur { get; set; }

Optional. Used to add shadow blur

Property Value
Type Description
int

ShadowColor

public string ShadowColor { get; set; }

Optional. Used to add shadow color

Property Value
Type Description
string

ShadowOffsetX

public int ShadowOffsetX { get; set; }

Optional. Used to add shadow offsetX

Property Value
Type Description
int

ShadowOffsetY

public int ShadowOffsetY { get; set; }

Optional. Used to add shadow offsetY

Property Value
Type Description
int