Table of Contents

Class SubItemGanttChart

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

Gantt chart sub-item rendering tasks over time with configurable definition and reserved spacing.

public class SubItemGanttChart : SubItemBase
Inheritance
SubItemGanttChart
Inherited Members

Constructors

SubItemGanttChart(CollectionSubItemBases)

Creates and appends a Gantt chart sub-item.

public SubItemGanttChart(CollectionSubItemBases itemCollection)

Parameters

itemCollection CollectionSubItemBases

SubItemGanttChart(CollectionSubItemBases, int)

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

public SubItemGanttChart(CollectionSubItemBases itemCollection, int index)

Parameters

itemCollection CollectionSubItemBases
index int

Properties

BorderDistance

Gets the reserved space settings around the Gantt chart.

[JsonInclude]
public PropertyReservedSpace BorderDistance { get; }

Property Value

PropertyReservedSpace

Definition

Gets the Gantt chart definition (areas, tasks, styles).

[JsonInclude]
public PropertyGanttChartDefinition Definition { get; }

Property Value

PropertyGanttChartDefinition

SortOrderId

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

public string SortOrderId { get; set; }

Property Value

string

SourceTablePath

Gets or sets the source table path used for the Gantt chart's data. Updates TableID accordingly.

public string SourceTablePath { get; set; }

Property Value

string