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

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

Inheritance

object > DashboardChart.Types.Visualization.Types.Axis

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

Axis()

public Axis()

Axis(Axis)

public Axis(DashboardChart.Types.Visualization.Types.Axis other)
Parameter
Name Description
other DashboardChartTypesVisualizationTypesAxis

Properties

AxisType

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

DisplayName

public string DisplayName { get; set; }
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

Max

public int Max { get; set; }

Maximum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.max

Property Value
Type Description
int

Min

public int Min { get; set; }

Minimum value to be rendered in ECharts as per https://echarts.apache.org/en/option.html#xAxis.min

Property Value
Type Description
int