MaxColumnWidth Property (FlexHLOCSeriesBase)

Action

Gets the width of the elements, in pixels.

The actual element width used is the smaller of this style and the columnWidthRatio property. You typically do not set this value directly; it is assigned by the enclosing chart.

Syntax

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

Access

Read only.