property ChartView.BorderHeight as Long
Sets or retrieves a value that indicates the border height of the control.

TypeDescription
Long A long expression that defines the height of the top and bottom control's border. in pixels.
By default, the BorderHeight property is 4 pixels. The control's client area excludes the size of the borders. Use the BorderWidth and BorderHeight properties to define the size of control's borders. The BorderHeight property is specified in pixels. Use the FixedHeightNode property to specify the size of nodes. Use the Font property to specify the control's font.