Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public TaskLinkOptions LinkOptions { get; }

Property Value

Type Description
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