Skip to main content

TaskLinkOptions.Visible Property

Specifies whether task links are visible.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

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

#Remarks

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

See Also