TcxGridDBChartItemDataBinding.Field Property
Provides access to the field associated with the Chart View item.
Declaration
property Field: TField read;
Property Value
Type |
---|
TField |
Remarks
The Field property references a TField object addressed by the FieldName property. Set the FieldName property to change the field for the item.
See Also