Skip to main content
All docs
V25.1
  • ITimeScale Members

    Contains information about time scales.

    Properties

    Name Description
    Caption Gets the time scale’s caption.
    Description Gets the time scale description.
    HasDifferentDurations Indicates whether the scale consists of intervals that have different duration.
    IsEnabled Gets or sets whether the Scheduler displays the time scale.
    MinWidth Specifies the minimum allowed width of a single division of the scale.
    ScaleUnit Gets the time scale measure unit.
    ShowHeaders Gets or sets whether to display the time scale headers.
    Start Gets the starting date and time for the groups of scale divisions.
    UnitCount Gets the number of measure units in a single division of the scale.

    Methods

    Name Description
    GetDisplayTexts(DateTimeRange) Returns the display text for the specified time range.
    GetTimeRange(DateTime, out Boolean)

    Events

    Name Description
    IsEnabledChanged Fires each time the IsEnabled property value changes.
    ShowHeadersChanged Fires each time the ShowHeaders property value changes.
    See Also