Back to Devexpress

TaskLinkOptions Members

corelibraries-devexpress-dot-xtracharts-dot-tasklinkoptions-dot-underscore-members.md

latest4.6 KB
Original Source

TaskLinkOptions Members

Contains settings that specify the appearance of a TaskLink object in a diagram of the Gantt Series type.

Properties

NameDescription
ArrowHeightGets or sets the arrowhead length in pixels.
ArrowWidthGets or sets the arrowhead width in pixels.
ColorGets the color which is used to draw the task link if the TaskLinkOptions.ColorSource property value is TaskLinkColorSource.OwnColor.
ColorSourceGets or sets the value indicating which color should be used when painting a task link.
InFrontGets or sets the value specifying whether task links should be in front of a diagram.
MinIndentGets or sets the minimum distance between a line connecting relative bars, and bar bodies (in pixels).
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
ThicknessGets or sets the thickness (in pixels) of the line which is used to draw the task link.
VisibleSpecifies whether task links are visible.

Methods

NameDescription
Assign(ChartElement)Copies all settings from the TaskLinkOptions object passed as a parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current TaskLinkOptions object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the TaskLinkOptions object.

See Also

TaskLinkOptions Class

DevExpress.XtraCharts Namespace