FlexChart | ComponentOne
C1.WPF.Chart.Finance 程序集 / C1.Chart.Finance 命名空间 / RangeMode 枚举

本主题中
    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

    请参见