Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Thickness { get; set; }

Property Value

Type Description
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 Type Path to Thickness
GanttDrawOptions
.LinkOptions .Thickness
GanttSeriesView
.LinkOptions .Thickness

Remarks

Thickness.png

See Also