# WPF Financial Charts

## Content



Financial charts are used to represent fluctuation in market or stock prices; nonetheless, these charts can also be used to represent scientific data.

The **FlexChart** control supports two types of financial charts: Candle Chart and HighLowOpenClose Chart.

To use these chart types, you need to set the **ChartType** property either to Candlestick or to HighLowOpenClose at design-time or run-time or in XAML.

Following are the financial chart types:

*   [Candle Chart](/componentone/docs/wpf/online-flexchart/FlexChart/UnderstandingFlexChart/FlexChartTypes/Financial/Candle)
*   [HighLowOpenClose Chart](/componentone/docs/wpf/online-flexchart/FlexChart/UnderstandingFlexChart/FlexChartTypes/Financial/HighLowOpenClose)


> type=note
> **Note**: Financial Chart Type is not available in FlexChart .NET version.