C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / CandlestickChartType Enumeration

CandlestickChartType Enumeration
Use the members of this enumeration to set the value of the C1CandlestickChart.Type property.
Syntax
'Declaration
 
Public Enum CandlestickChartType 
   Inherits 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