TdxChartSeriesDBField Class
In This Article
Stores settings of a dataset field bound to a chart series.
#Declaration
Delphi
TdxChartSeriesDBField = class(
TdxChartSeriesCustomDataField
)
#Remarks
The TdxChartSeriesDBField
class has members that allow you to do the following:
- Specify the name of the source dataset field (FieldName).
- Identify if the specified dataset field stores string or numeric values (IsString and IsNumeric).
The following public API members reference a TdxChartSeriesCustomDataField
object:
- ArgumentField
- Provides access to data binding settings for series arguments in bound mode.
- ValueField
- Provides access to data binding settings for series values in bound mode.
#Inheritance
See Also