Table of Contents

Class TableFieldGauge

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

Table field hosting a gauge visualization with configurable gauge type, size and data source.

public class TableFieldGauge : TableFieldBase
Inheritance
TableFieldGauge
Inherited Members

Constructors

TableFieldGauge(LlDomGaugeType, CollectionTableFieldBases)

Creates and appends a gauge field.

public TableFieldGauge(LlDomGaugeType gaugeType, CollectionTableFieldBases itemCollection)

Parameters

gaugeType LlDomGaugeType
itemCollection CollectionTableFieldBases

TableFieldGauge(LlDomGaugeType, CollectionTableFieldBases, int)

Creates and inserts a gauge field at the specified index and initializes defaults for the given gauge type.

public TableFieldGauge(LlDomGaugeType gaugeType, CollectionTableFieldBases itemCollection, int index)

Parameters

gaugeType LlDomGaugeType
itemCollection CollectionTableFieldBases
index int

Properties

Definition

Gets the gauge definition.

[JsonInclude]
public PropertyGaugeDefinition Definition { get; }

Property Value

PropertyGaugeDefinition

ExportAsPicture

Gets or sets whether the gauge is exported as a raster image.

public string ExportAsPicture { get; set; }

Property Value

string

Height

Gets or sets the object height.

public string Height { get; set; }

Property Value

string

SourceTablePath

Gets or sets the source table path used for the gauge's data (may be empty if unsupported).

public string SourceTablePath { get; set; }

Property Value

string