ColumnWidthRatio Property (FlexHLOCSeriesBase)

Action

Gets the width of elements relative to the category width.

A value of 1 uses the entire space, while a value of 0.6 uses 60% of the element's available space. You typically do not set this property directly. The actual element width used is the smaller of the columnWidthRatio and maxColumnWidth properties.

The default value is 0.65.

Syntax

'Declaration
Protected Read Property columnWidthRatio As Double

Access

Read only.