v7.3.0

ScaleColumn

A specialized column showing a graduated scale from a defined array of values and labels. This column is used in the TimelineHistogram and is not editable. Normally you should not need to interact with this class directly.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • field : String"scalePoints"

    The name of the data model field to read scale point values from.

    Has a corresponding runtime field property.

Properties

Properties are getters/setters or publicly accessible variables on this class
  • field : String"scalePoints"
    READONLY

    The name of the data model field to read scale point values from.

    Has a corresponding field config.

  • isScaleColumn : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of ScaleColumn class, or subclass thereof.

Type definitions

type: scale

Source path

Scheduler/column/ScaleColumn.js

Contents