MaxColumnWidth Property (FlexColumnChart)

Action

Gets how wide to draw the columns, in pixels.

The actual column width used is the smaller of this property 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.