Back to Devexpress

TaskLinkOptions.Thickness Property

corelibraries-devexpress-dot-xtracharts-dot-tasklinkoptions-1afe958c.md

latest1.6 KB
Original Source

TaskLinkOptions.Thickness Property

Gets or sets the thickness (in pixels) of the line which is used to draw the task link.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int Thickness { get; set; }
vb
Public Property Thickness As Integer

Property Value

TypeDescription
Int32

An integer value specifying the line thickness, in pixels. The default value is 3.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Thickness
GanttDrawOptions

.LinkOptions .Thickness

| | GanttSeriesView |

.LinkOptions .Thickness

|

Remarks

See Also

TaskLinkOptions Class

TaskLinkOptions Members

DevExpress.XtraCharts Namespace