TaskLinkOptions.Visible Property
In This Article
Specifies whether task links are visible.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#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 |
---|---|
Gantt |
|
Gantt |
|
#Remarks
Use the Visible property to show or hide relations in the Gantt Chart diagram.
See Also