ColumnWidthRatio Property (FlexColumnSeries)

Action

Gets the width of columns relative to the category width.

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

Syntax

C#
protected Double columnWidthRatio { get; }
VB
'Declaration
Protected Read Property columnWidthRatio As Double

Access

Read only.