ASP.NET MVC Controls
DataFields Enumeration

Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.
Syntax
'Declaration
 
Public Enum DataFields 
   Inherits System.Enum
public enum DataFields : System.Enum 
Members
MemberDescription
CloseClose values are used for calculations.
HighHigh values are used for calculations.
HighLowHigh-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types.
HL2Average of high and low values is used for calculations.
HLC3Average of high, low, and close values is used for calculations.
HLOC4Average of high, low, open, and close values is used for calculations.
LowLow values are used for calculations.
OpenOpen values are used for calculations.
Inheritance Hierarchy

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

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