Read access to the Y component of FlexPro data with a composite data structure.
Syntax
Data.y
The syntax of the y property consists of the following elements:
Element |
Description |
---|---|
Data |
A flexpro.Data object whose Y component is accessed. |
Remarks
The property returns a flexpro.Data object that represents the component.
Available In
FlexPro Professional, Developer Suite
Examples
flexpro.object(r’\DataSet').data.y |
Returns a flexpro.Data object for the Y component of a data set. |
flexpro.object(r’\DataSet').data.y.value |
Returns the data of the Y component of a data set. |
flexpro.object(r'\List')[0].data.y |
Returns a flexpro.Data object for the Y component of the first element of a list. |