MinField Property (FlexColumnSeries)

Action

Gets the field of the data provider that determines the y-axis location of the bottom of a column.

If null (Nothing in Visual Basic), the columns are based at the range minimum (or maximum, if the field value is negative). The default value is null (Nothing in Visual Basic).

Syntax

C#
protected String minField { get; }
VB
'Declaration
Protected Read Property minField As String

Access

Read only.