Table of Contents

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

string

BarLabel

Gets or sets the task bar label expression.

public string BarLabel { get; set; }

Property Value

string

ChartArea

Gets the chart area settings.

[JsonInclude]
public PropertyChartArea ChartArea { get; }

Property Value

PropertyChartArea

DistanceTop

Gets or sets top distance (padding) expression.

public string DistanceTop { get; set; }

Property Value

string

Duration

Gets or sets the duration expression.

public string Duration { get; set; }

Property Value

string

EndDate

Gets or sets the end date expression.

public string EndDate { get; set; }

Property Value

string

Filling

Gets the bar filling (task bar appearance base) definition.

[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }

Property Value

PropertyFillingWithBitmap

Font

Gets the font settings for labels.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

GridMode

Gets the grid mode (style/line style settings).

[JsonInclude]
public PropertyGridMode GridMode { get; }

Property Value

PropertyGridMode

HighlightRange

Gets the highlight range configuration.

[JsonInclude]
public PropertyHighlightRange HighlightRange { get; }

Property Value

PropertyHighlightRange

LinkUrl

Gets or sets hyperlink URL for tasks.

public string LinkUrl { get; set; }

Property Value

string

MinHeight

Gets or sets the minimum bar height.

public string MinHeight { get; set; }

Property Value

string

PercentageComplete

Gets or sets the percentage complete expression.

public string PercentageComplete { get; set; }

Property Value

string

ShadowPages

Gets the shadow pages configuration.

[JsonInclude]
public PropertyGanttShadowPages ShadowPages { get; }

Property Value

PropertyGanttShadowPages

SkipTopLevelSingularities

Gets or sets flag to skip top level singularities.

public string SkipTopLevelSingularities { get; set; }

Property Value

string

StartDate

Gets or sets the start date expression.

public string StartDate { get; set; }

Property Value

string

SummaryTaskDescription

Gets or sets the summary task description expression.

public string SummaryTaskDescription { get; set; }

Property Value

string

SummaryTaskRows

Gets the summary task rows appearance settings.

[JsonInclude]
public PropertyTaskRows SummaryTaskRows { get; }

Property Value

PropertyTaskRows

TableArea

Gets the table area configuration (cells, labels).

[JsonInclude]
public PropertyTableArea TableArea { get; }

Property Value

PropertyTableArea

TaskDescription

Gets or sets the task description expression.

public string TaskDescription { get; set; }

Property Value

string

TaskRows

Gets the task rows appearance configuration.

[JsonInclude]
public PropertyTaskRows TaskRows { get; }

Property Value

PropertyTaskRows

TitleRow

Gets the title row appearance configuration.

[JsonInclude]
public PropertyTitleRow TitleRow { get; }

Property Value

PropertyTitleRow

WrapGrouped

Gets or sets whether grouped rows wrap.

public string WrapGrouped { get; set; }

Property Value

string