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

RequestTimescaleRulersEventArgs.TimescaleRulers Property

Provides access to the chart’s timescale rulers.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttTimescaleRulerCollection TimescaleRulers { get; }

Property Value

Type Description
DevExpress.XtraGantt.GanttTimescaleRulerCollection

An object that contains timescale rulers.

See Also