A newer version of this page is available.
Switch to the current version.
TaskLink.LinkType Property
Gets or sets the value specifying the connection order of child and parent bars.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraSerializableProperty]
public TaskLinkType LinkType { get; set; }
<XtraSerializableProperty>
Public Property LinkType As TaskLinkType
Property Value
Type | Description |
---|---|
TaskLinkType | A TaskLinkType enumeration value which represents the connection type. |
See Also
Feedback