ASP.NET MVC Controls
RangeMode Enumeration

Specifies the unit for Kagi and Renko chart types.
Syntax
'Declaration
 
Public Enum RangeMode 
   Inherits System.Enum
public enum RangeMode : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Web.Mvc.Finance Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback