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.v24.1.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 MinIndent |
---|---|
GanttDrawOptions |
|
GanttSeriesView |
|
Remarks
Use the MinIndent property to improve a chart’s layout.
See Also