YField Property (FlexColumnSeries)

Action

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

If null (Nothing in Visual Basic), the ColumnSeries assumes the data provider is an Array of numbers and uses the numbers as values. The default value is null (Nothing in Visual Basic).

Syntax

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

Access

Read only.