Online Documentation for Advanced Data Export for RAD Studio VCL
TxlsChartSeries.DataRangeType
type
TxlsRangeType = (rtColumn, rtCustom);
property DataRangeType: TxlsRangeType;
Description
The DataRangeType property defines the data range type for the series. If DataRangeType value is rtColumn, data range is defined by the data column. The column name for the range is defined by the DataColumn property. If DataRangeType value is rtCustom, the data range is defined by the DataRange property.
See also: