YField Property (FlexBarSeries)

Action

Gets the field of the data provider that determines the y-axis location of the bottom of each bar in the chart.

If null (Nothing in Visual Basic), Flex arranges the bars in the order of the data in the data provider.

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.