TaskLinkOptions.MinIndent Property
In This Article
Gets or sets the minimum distance between a line connecting relative bars, and bar bodies (in pixels).
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#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 Min |
---|---|
Gantt |
|
Gantt |
|
#Remarks
Use the MinIndent property to improve a chart’s layout.
See Also