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

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.v19.1.dll

Declaration

[XtraSerializableProperty]
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
OverlappedGanttSeriesView
.LinkOptions.MinIndent
SideBySideGanttSeriesView
.LinkOptions.MinIndent

Remarks

MinIndent.png

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

See Also