ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / PointAndFigureScaling Enumeration

In This Topic
    PointAndFigureScaling Enumeration
    In This Topic
    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