TdxLookupSparklineItemDataBinding Class
A lookup sparkline editor connection to a data source.
Declaration
TdxLookupSparklineItemDataBinding = class(
TdxSparklineItemDataBinding
)
Remarks
The TdxLookupSparklineItemDataBinding class members allow you to do the following:
Access the data source that contains data to display (DataSource).
Specify the dataset field that contains values for the sparkline chart’s X-axis or Y-axis (FieldName and DataIndex).
Set the specified field’s value type (ValueType).
Access the lookup sparkline editor’s properties (Properties).
The Categories.DataBinding and Series.DataBinding properties of lookup sparkline editor settings reference a TdxLookupSparklineItemDataBinding object.
Inheritance
TObject
TPersistent
TdxSparklineItemDataBinding
TdxLookupSparklineItemDataBinding
See Also