ASP.NET Core MVC コントロールヘルプ
PointAndFigureScaling 列挙体

C1.AspNetCore.Mvc.Finance アセンブリ > C1.Web.Mvc.Finance 名前空間 : PointAndFigureScaling 列挙体
Specifies the scaling mode for point and figure chart.
シンタックス
'宣言
 
Public Enum PointAndFigureScaling 
   Inherits System.Enum
public enum PointAndFigureScaling : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Web.Mvc.Finance 名前空間