Dundas Chart for Windows Forms
StockLabelValueTypeAttribute Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Utilities Namespace : StockLabelValueTypeAttribute Enumeration


Stock chart point labels attribute

Syntax

Visual Basic (Declaration)  
Public Enum StockLabelValueTypeAttribute 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As StockLabelValueTypeAttribute
C#  
public enum StockLabelValueTypeAttribute : Enum 

Members

Member Description
High High Y value is used to generate point label.
Low Low Y value is used to generate point label.
Open Open Y value is used to generate point label.
Close Close Y value is used to generate point label.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.Utilities.StockLabelValueTypeAttribute

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.