Class PropertyGanttChartDefinition
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Gantt chart definition configuring task appearance, table cells, grid mode, highlight ranges and shadow/pages behavior.
public class PropertyGanttChartDefinition : DomItem
- Inheritance
-
PropertyGanttChartDefinition
- Inherited Members
Properties
AssumeDayResolution
Gets or sets whether the resolution is assumed to be on day granularity.
public string AssumeDayResolution { get; set; }
Property Value
BarLabel
Gets or sets the task bar label expression.
public string BarLabel { get; set; }
Property Value
ChartArea
Gets the chart area settings.
[JsonInclude]
public PropertyChartArea ChartArea { get; }
Property Value
DistanceTop
Gets or sets top distance (padding) expression.
public string DistanceTop { get; set; }
Property Value
Duration
Gets or sets the duration expression.
public string Duration { get; set; }
Property Value
EndDate
Gets or sets the end date expression.
public string EndDate { get; set; }
Property Value
Filling
Gets the bar filling (task bar appearance base) definition.
[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }
Property Value
Font
Gets the font settings for labels.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
GridMode
Gets the grid mode (style/line style settings).
[JsonInclude]
public PropertyGridMode GridMode { get; }
Property Value
HighlightRange
Gets the highlight range configuration.
[JsonInclude]
public PropertyHighlightRange HighlightRange { get; }
Property Value
LinkUrl
Gets or sets hyperlink URL for tasks.
public string LinkUrl { get; set; }
Property Value
MinHeight
Gets or sets the minimum bar height.
public string MinHeight { get; set; }
Property Value
PercentageComplete
Gets or sets the percentage complete expression.
public string PercentageComplete { get; set; }
Property Value
ShadowPages
Gets the shadow pages configuration.
[JsonInclude]
public PropertyGanttShadowPages ShadowPages { get; }
Property Value
SkipTopLevelSingularities
Gets or sets flag to skip top level singularities.
public string SkipTopLevelSingularities { get; set; }
Property Value
StartDate
Gets or sets the start date expression.
public string StartDate { get; set; }
Property Value
SummaryTaskDescription
Gets or sets the summary task description expression.
public string SummaryTaskDescription { get; set; }
Property Value
SummaryTaskRows
Gets the summary task rows appearance settings.
[JsonInclude]
public PropertyTaskRows SummaryTaskRows { get; }
Property Value
TableArea
Gets the table area configuration (cells, labels).
[JsonInclude]
public PropertyTableArea TableArea { get; }
Property Value
TaskDescription
Gets or sets the task description expression.
public string TaskDescription { get; set; }
Property Value
TaskRows
Gets the task rows appearance configuration.
[JsonInclude]
public PropertyTaskRows TaskRows { get; }
Property Value
TitleRow
Gets the title row appearance configuration.
[JsonInclude]
public PropertyTitleRow TitleRow { get; }
Property Value
WrapGrouped
Gets or sets whether grouped rows wrap.
public string WrapGrouped { get; set; }