dashboard-14758-winforms-dashboard-winforms-designer-create-dashboards-in-the-winforms-designer-dashboard-item-settings-chart-series-financial-series.md
Financial series are used to illustrate stock prices.
Note that financial series do not support a standard coloring mechanism used to color chart series points. The Chart dashboard item colors series points of financial series in the following way.
The following types of Financial series are available.
When you select the High-Low-Close series type in the Designer, the DATA ITEMS area displays three data item placeholders. High-Low-Close series require three measures to be provided.
In code, High-Low-Close series are the HighLowCloseSeries objects.
When you select the Stock series type in the Designer, the DATA ITEMS area displays four data item placeholders. Stock series require four measures to be provided.
In code, Stock series are the OpenHighLowCloseSeries objects with the OpenHighLowCloseSeries.SeriesType property set to OpenHighLowCloseSeriesType.Stock.
When you select the Candle Stick series type in the Designer, the DATA ITEMS area displays four data item placeholders. Candle Stick series require four measures to be provided.
In code, Stock series are the OpenHighLowCloseSeries objects with the OpenHighLowCloseSeries.SeriesType property set to OpenHighLowCloseSeriesType.CandleStick.