[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.PointAndFigureScaling

PointAndFigureScaling Enum

Specifies the scaling mode for point and figure chart.

Namespace: C1.Web.Mvc.Finance
Assembly: C1.Web.Mvc.Finance.dll
Syntax
public enum PointAndFigureScaling

Fields

Name Description
Dynamic

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

Fixed

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

Traditional

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