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
itemCollectionCollectionSubItemBases
SubItemGanttChart(CollectionSubItemBases, int)
Creates and inserts a Gantt chart sub-item at the specified index.
public SubItemGanttChart(CollectionSubItemBases itemCollection, int index)
Parameters
itemCollectionCollectionSubItemBasesindexint
Properties
BorderDistance
Gets the reserved space settings around the Gantt chart.
[JsonInclude]
public PropertyReservedSpace BorderDistance { get; }
Property Value
Definition
Gets the Gantt chart definition (areas, tasks, styles).
[JsonInclude]
public PropertyGanttChartDefinition Definition { get; }
Property Value
SortOrderId
Gets or sets the sort order identifier for the underlying data.
public string SortOrderId { get; set; }
Property Value
SourceTablePath
Gets or sets the source table path used for the Gantt chart's data. Updates TableID accordingly.
public string SourceTablePath { get; set; }