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