Back to Devexpress

GanttDrawOptions.LinkOptions Property

corelibraries-devexpress-dot-xtracharts-dot-ganttdrawoptions.md

latest1.6 KB
Original Source

GanttDrawOptions.LinkOptions Property

Gets the Gantt series view’s task link options when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public TaskLinkOptions LinkOptions { get; }
vb
Public ReadOnly Property LinkOptions As TaskLinkOptions

Property Value

TypeDescription
TaskLinkOptions

A TaskLinkOptions object which represents options used to draw task links in the Gantt series view.

|

Remarks

Use the LinkOptions property to access and modify task link options (such as the arrowhead’s length and width, the line thickness, and the minimum gap (indent) between the line and the bar in the diagram) of the Gantt series view.

See Also

LinkOptions

GanttDrawOptions Class

GanttDrawOptions Members

DevExpress.XtraCharts Namespace