XField Property (FlexPlotSeries)

Action

Gets the field of the data provider that determines the x-axis location of each data point.

If null (Nothing in Visual Basic), Flex renders the data points in the order they appear in the dataProvider. The default value is null (Nothing in Visual Basic).

Syntax

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

Access

Read only.