Skip to main content
All docs
V25.1
  • RequestTimescaleRulersEventArgs.TimescaleRulers Property

    Provides access to the chart’s timescale rulers.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttTimescaleRulerCollection TimescaleRulers { get; }

    Property Value

    Type Description
    DevExpress.XtraGantt.GanttTimescaleRulerCollection

    An object that contains timescale rulers.

    See Also