Back to Devexpress

TaskLinkOptions.Visible Property

corelibraries-devexpress-dot-xtracharts-dot-tasklinkoptions-db543b55.md

latest1.7 KB
Original Source

TaskLinkOptions.Visible Property

Specifies whether task links are visible.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if task links are visible; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

TaskLinkOptions Class

TaskLinkOptions Members

DevExpress.XtraCharts Namespace