TaskLinkOptions.InFront Property
Gets or sets the value specifying whether task links should be in front of a diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool InFront { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if task links should be in front; otherwise false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to InFront |
---|---|
GanttDrawOptions |
|
GanttSeriesView |
|
Remarks
The following table demonstrates this property in action.
InFront = false | InFront = true |
---|---|
See Also