ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HLOCAppearance Enumeration


In This Topic
    HLOCAppearance Enumeration
    In This Topic
    Defines the appearance of HLOC (high-low-open-close) plot element.
    Syntax
    'Declaration
     
    
    Public Enum HLOCAppearance 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HLOCAppearance
    public enum HLOCAppearance : System.Enum 
    Members
    MemberDescription
    CandleCandle plot.
    DefaultDefault appearance as line segments.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.HLOCAppearance

    See Also