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