Skip to main content

TaskLinkOptions.MinIndent Property

Gets or sets the minimum distance between a line connecting relative bars, and bar bodies (in pixels).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int MinIndent { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the indent, in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinIndent
GanttDrawOptions
.LinkOptions .MinIndent
GanttSeriesView
.LinkOptions .MinIndent

Remarks

MinIndent.png

Use the MinIndent property to improve a chart’s layout.

See Also