ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / CandlestickChartType Enumeration

In This Topic
    CandlestickChartType Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the C1CandlestickChart.Type property.
    Syntax
    'Declaration
     
    Public Enum CandlestickChartType 
       Inherits System.Enum
    public enum CandlestickChartType : System.Enum 
    Members
    MemberDescription
    CandlestickShow the chart with candlestick type.
    HlShow the chart with high-low type.
    OhlcShow the chart with open-high-low-close type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Chart.CandlestickChartType

    See Also