BarChartArea Property

Gets or sets the thickness of bars used in graphs when GraphStyle is set to BarChart. The valid range is 0.0 to 1.0.

Syntax

object.BarChartArea [= value]

Parameters

value
A Float expression, in the 0.0 to 1.0 range, that specifies the desired thickness of the bars in bar charts. Smaller values display thin bars and larger values display thicker bars. The value 0 displays bars of 0 thickness, so they are not visible. The value 1 displays bars of maximum thickness, so they are packed together, with no space between them. The default value is 1.

Remarks

The BarChartArea property applies only to graphs displayed in the BarChart graph style.

See Also

GraphStyle