BarChart for ASP.NET WebForms
CandlestickChartType Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : 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
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

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace