IsOpenCloseFullWidth Property (HiLoOpenClose)
Whether or not the open and close ticks are shown full width.
Syntax
Property IsOpenCloseFullWidth As Boolean
Example
' Sets the open and close ticks to full width.
Chart2D1.ChartArea.HiLoOpenClose.IsOpenCloseFullWidth = True
See Also
HiLoOpenClose Object