FlexChart > Understanding FlexChart > FlexChart Types > Financial > HighLowOpenClose |
The HighLowOpenClose Chart is generally used in stock analysis. The chart combines four independent values to supply high, low, open, and close data values for each data point in a series.
See the following code for implementing the scenario:
C# |
Copy Code
|
---|---|
flexChart.ChartType = C1.Chart.ChartType.HighLowOpenClose; |