Table of Contents

Class TableFieldChart

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

Table field that hosts a chart visualization with configurable chart type, size and data source.

public class TableFieldChart : TableFieldBase
Inheritance
TableFieldChart
Inherited Members

Constructors

TableFieldChart(LlChartType, CollectionTableFieldBases)

Creates and appends a chart field.

public TableFieldChart(LlChartType chartType, CollectionTableFieldBases itemCollection)

Parameters

chartType LlChartType
itemCollection CollectionTableFieldBases

TableFieldChart(LlChartType, CollectionTableFieldBases, int)

Creates and inserts a chart field at the specified index, adjusting definition to the given chart type.

public TableFieldChart(LlChartType chartType, CollectionTableFieldBases itemCollection, int index)

Parameters

chartType LlChartType
itemCollection CollectionTableFieldBases
index int

Properties

Definition

Gets the chart definition.

[JsonInclude]
public PropertyChartDefinition Definition { get; }

Property Value

PropertyChartDefinition

ExportAsPicture

Gets or sets whether the chart 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 chart's data.

public string SourceTablePath { get; set; }

Property Value

string