C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / PointAndFigureScaling Enumeration

PointAndFigureScaling Enumeration
Specifies the scaling mode for point and figure chart.
Syntax
'Declaration
 
Public Enum PointAndFigureScaling 
   Inherits System.Enum
 
Members
MemberDescription
DynamicDynamic(ATR) scaling. The box size is calculated based on ATR.
FixedFixed scaling. The box size is defined by boxSize property.
TraditionalTraditional scaling. The box size is calculated automatically based on price range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Finance.PointAndFigureScaling

See Also