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
chartTypeLlChartTypeitemCollectionCollectionTableFieldBases
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
chartTypeLlChartTypeitemCollectionCollectionTableFieldBasesindexint
Properties
Definition
Gets the chart definition.
[JsonInclude]
public PropertyChartDefinition Definition { get; }
Property Value
ExportAsPicture
Gets or sets whether the chart 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 chart's data.
public string SourceTablePath { get; set; }