Syntax
public void ThickOHLCBars(Bars bars, System.Drawing.Color ColorUp, System.Drawing.Color ColorDown)
Parameter Description
| bars |
The Bars object |
| ColorUp |
Color for Up bars |
| ColorDown |
Color for Down bars |
Description
Makes the standard OHLC bars look thicker. However, we suggest using this 3rd party ChartStyle extension instead:
Thick Bars Chart Style
Example