Skip to main content
A newer version of this page is available. .

TaskLinkOptions.Visible Property

Specifies whether task links are visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

true if task links are visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Visible
GanttDrawOptions
.LinkOptions.Visible
GanttSeriesView
.LinkOptions.Visible
OverlappedGanttSeriesView
.LinkOptions.Visible
SideBySideGanttSeriesView
.LinkOptions.Visible

Remarks

Use the Visible property to show or hide relations in the Gantt Chart diagram.

See Also