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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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