GanttSeriesViewModel.LinkOptions Property
Returns the model of task link options of the modeled Gantt series view.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.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