BarWidthRatio Property (FlexBarSeries)

Action

Gets the width to render the bars relative to the category width.

A value of 1 uses the entire space, while a value of .6 uses 60% of the bar's available space. You typically do not set this property directly. The actual bar width used is the smaller of barWidthRatio and the maxbarWidth property

The default value is .65.

Syntax

'Declaration
Protected Read Property barWidthRatio As Double

Access

Read only.