MaxColumnWidth Property (FlexColumnSeries)

Action

Gets the width of the columns, in pixels.

The actual column width used is the smaller of this style and the columnWidthRatio property. Clustered columns divide this space proportionally among the columns in each cluster.

Syntax

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

Access

Read only.