Back to Devexpress

TaskLinkOptions.MinIndent Property

corelibraries-devexpress-dot-xtracharts-dot-tasklinkoptions-25304575.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Int32

An integer value which specifies the indent, in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinIndent
GanttDrawOptions

.LinkOptions .MinIndent

| | GanttSeriesView |

.LinkOptions .MinIndent

|

Remarks

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

See Also

TaskLinkOptions Class

TaskLinkOptions Members

DevExpress.XtraCharts Namespace