FlexChart for WPF
RangeMode 列挙体

C1.WPF.Chart.Finance アセンブリ > C1.Chart.Finance 名前空間 : RangeMode 列挙体
Specifies the unit for Kagi and Renko chart types.
シンタックス
'宣言
 
Public Enum RangeMode 
   Inherits System.Enum
public enum RangeMode : System.Enum 
メンバ
メンバ解説
ATRUses the current Average True Range value for Kagi chart's reversal amount or Renko chart's box size. When ATR is used, the reversal amount or box size option of these charts must be an integer and will be used as the period for the ATR calculation.
FixedUses a fixed, positive number for the Kagi chart's reversal amount or Renko chart's box size.
PercentageUses a percentage for the Kagi chart's reversal amount. RangeMode.Percentage is currently not supported with Renko chart types.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Finance.RangeMode

参照

C1.Chart.Finance 名前空間