# Special Candle Chart Properties

## Content



When the [ChartType](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartGroup.ChartType.html) property is set to **Candle**, you can use the following properties to indicate a rising or falling stock price:

*   FillFalling
*   FillTransparent

### To show falling prices

Set the FillFalling property to True. The color of the fill is determined by the value of the ChartDataSeries.LineStyle.

### To show raising prices

Set the FillTransparent property to True. This will make the body of the open candles transparent or hollow. If you would like to specify a color for the raising values, then set the FillTransparent property to False and specify a color for the [SymbolStyle](/componentone/api/win/online-chart2d/dotnet-framework-api/C1.Win.C1Chart.4.8/C1.Win.C1Chart.ChartDataSeries.SymbolStyle.html) property. Note that is is recommended to use a different color so there is one color for the line style and a different color for the symbol style. For more information, see [Creating a Fill Color for Rising Candles](/componentone/docs/win/online-chart2d/chartforwinformstask/candlecharttasks/creatingafillcolorfo).

## See Also

[Gantt Charts](/componentone/docs/win/online-chart2d/specific2dcharts/ganttcharts)