Table of Contents

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

chartType LlChartType
itemCollection CollectionSubItemBases

SubItemChart(LlChartType, CollectionSubItemBases, int)

Creates and inserts a chart sub-item at the specified index.

public SubItemChart(LlChartType chartType, CollectionSubItemBases itemCollection, int index)

Parameters

chartType LlChartType
itemCollection CollectionSubItemBases
index int

Properties

BorderDistance

Gets the reserved border distance settings.

[JsonInclude]
public PropertyReservedSpace BorderDistance { get; }

Property Value

PropertyReservedSpace

Definition

Gets the chart definition.

[JsonInclude]
public PropertyChartDefinition Definition { get; }

Property Value

PropertyChartDefinition

Height

Gets or sets the height of the chart object.

public string Height { get; set; }

Property Value

string

ReserveSpaceForSubtitle

Gets or sets whether space for a subtitle is reserved.

public string ReserveSpaceForSubtitle { get; set; }

Property Value

string

SortOrderId

Gets or sets the sort order id for the underlying data.

public string SortOrderId { get; set; }

Property Value

string

SourceTablePath

Gets or sets the source table path the chart is bound to (auto updates TableID property).

public string SourceTablePath { get; set; }

Property Value

string