ComponentOne ASP.NET MVC Controls
PointAndFigureScaling Enumeration

C1.Web.Mvc.Finance Namespace : PointAndFigureScaling Enumeration
Specifies the scaling mode for point and figure chart.
Syntax
'Declaration
 
Public Enum PointAndFigureScaling 
   Inherits System.Enum
public enum PointAndFigureScaling : 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

Reference

C1.Web.Mvc.Finance Namespace