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
gaugeTypeLlDomGaugeTypeitemCollectionCollectionTableFieldBases
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
gaugeTypeLlDomGaugeTypeitemCollectionCollectionTableFieldBasesindexint
Properties
Definition
Gets the gauge definition.
[JsonInclude]
public PropertyGaugeDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the gauge is exported as a raster image.
public string ExportAsPicture { get; set; }
Property Value
Height
Gets or sets the object height.
public string Height { get; set; }
Property Value
SourceTablePath
Gets or sets the source table path used for the gauge's data (may be empty if unsupported).
public string SourceTablePath { get; set; }