ISeriesTextField.FieldName
ISeriesTextField
property FieldName: WideString;
Type Library
TeeChartx
Description
Use the AddField method to add a new field with Index FieldIndex and Name: FieldName.
When adding new fields, the FieldName should coincide with the Series' Valuelist name. The SeriesTextSource component will then link the input text file column associated with the name to the Series ValueList of that name.
Eg.
BarSeries uses as FieldNames:
- 'Labels'
- 'X'
- 'Bar'
AreaSeries uses as FieldNames:
- 'Labels'
- 'X'
- 'Y'