Table of Contents

Class PropertyValueAxis

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Full generic Z value axis definition including range settings, width, aggregation and drill-down links.

public class PropertyValueAxis : PropertyValueAxisBase
Inheritance
PropertyValueAxis
Derived
Inherited Members

Properties

AggregateType

Gets or sets aggregation type of value expression.

public string AggregateType { get; set; }

Property Value

string

AxisScale

Gets or sets axis scale mode.

public string AxisScale { get; set; }

Property Value

string

Gets the drill-down links collection.

[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }

Property Value

CollectionDrillDownLinks

Max

Gets the max range configuration.

[JsonInclude]
public PropertyRange Max { get; }

Property Value

PropertyRange

Min

Gets the min range configuration.

[JsonInclude]
public PropertyRange Min { get; }

Property Value

PropertyRange

SignalRanges

Gets the signal ranges configuration.

[JsonInclude]
public PropertyChartSignalRanges<SignalItemChart> SignalRanges { get; }

Property Value

PropertyChartSignalRanges<SignalItemChart>

VisualSym

Gets or sets visual symbol (engine specific constant).

public string VisualSym { get; set; }

Property Value

string

Width

Gets or sets axis width.

public string Width { get; set; }

Property Value

string