Class SubItemChart
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Chart sub-item providing a chart definition rendered inside a table container.
public class SubItemChart : SubItemBase
- Inheritance
-
SubItemChart
- Inherited Members
Constructors
SubItemChart(LlChartType, CollectionSubItemBases)
Creates and appends a new chart sub-item of the given type.
public SubItemChart(LlChartType chartType, CollectionSubItemBases itemCollection)
Parameters
chartTypeLlChartTypeitemCollectionCollectionSubItemBases
SubItemChart(LlChartType, CollectionSubItemBases, int)
Creates and inserts a chart sub-item at the specified index.
public SubItemChart(LlChartType chartType, CollectionSubItemBases itemCollection, int index)
Parameters
chartTypeLlChartTypeitemCollectionCollectionSubItemBasesindexint
Properties
BorderDistance
Gets the reserved border distance settings.
[JsonInclude]
public PropertyReservedSpace BorderDistance { get; }
Property Value
Definition
Gets the chart definition.
[JsonInclude]
public PropertyChartDefinition Definition { get; }
Property Value
Height
Gets or sets the height of the chart object.
public string Height { get; set; }
Property Value
ReserveSpaceForSubtitle
Gets or sets whether space for a subtitle is reserved.
public string ReserveSpaceForSubtitle { get; set; }
Property Value
SortOrderId
Gets or sets the sort order id for the underlying data.
public string SortOrderId { get; set; }
Property Value
SourceTablePath
Gets or sets the source table path the chart is bound to (auto updates TableID property).
public string SourceTablePath { get; set; }