Version

BarHeight Property

Height of each item on this axis, in pixels.
Syntax
'Declaration
 
Protected ReadOnly Property BarHeight As Integer
protected int BarHeight {get;}
Remarks

The term BarHeight is used for clarity in terms of a vertical axis, as in a bar chart. If this axis is a horizontal axis, this property should return the width of each item. If data elements other than bars are being used, this property should still return the height (or width) of each item. This property is used for sizing and spacing the labels and gridlines.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also