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

GanttSeriesViewModel.LinkOptions Property

Returns the model of task link options of the modeled Gantt series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

[PropertyForOptions]
[AllocateToGroup("LinkOptions")]
public TaskLinkOptionsModel LinkOptions { get; }

Property Value

Type Description
TaskLinkOptionsModel

The model of task link options.

See Also