ASP.NET MVC Controls | ComponentOne
In This Topic
    PointAndFigureScaling Enum
    In This Topic
    File
    wijmo.chart.finance.js
    Module
    wijmo.chart.finance

    Specifies the scaling mode for point and figure chart.

    Members

    Name Value Description
    Traditional 0

    Traditional scaling. The box size is calculated automatically based on price range.

    Fixed 1

    Fixed scaling. The box size is defined by boxSize property.

    Dynamic 2

    Dynamic(ATR) scaling. The box size is calculated based on ATR.