Skip to main content

GanttControl.TimescaleRightIndent Property

Gets or sets the indentation of the content from the chart’s right edge.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
public int TimescaleRightIndent { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the indentation of the content from the chart’s right edge.

See Also