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.v20.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
TaskLinkOptionsModel

The model of task link options.

See Also