Table of Contents

Class TableFieldDataGraphic

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

Table field hosting a data graphic visualization (bar, icon, value parts) with optional fixed height or picture export.

public class TableFieldDataGraphic : TableFieldBase
Inheritance
TableFieldDataGraphic
Inherited Members

Constructors

TableFieldDataGraphic(CollectionTableFieldBases)

Creates and appends a data graphic field.

public TableFieldDataGraphic(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

TableFieldDataGraphic(CollectionTableFieldBases, int)

Creates and inserts a data graphic field at the specified index.

public TableFieldDataGraphic(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

Definition

Gets the data graphic definition (bar, icon, data parts, range).

[JsonInclude]
public PropertyDataGraphicDefinition Definition { get; }

Property Value

PropertyDataGraphicDefinition

ExportAsPicture

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

public string ExportAsPicture { get; set; }

Property Value

string

FixedHeight

Gets or sets the fixed height (0 = auto grow).

public string FixedHeight { get; set; }

Property Value

string