vcl-dxdbsparkline-cb0a405d.md
Contains a lookup sparkline editor‘s settings.
TdxLookupSparklineProperties = class(
TdxSparklineProperties
)
The TdxLookupSparklineProperties class members allow you to do the following:
Enable antialiasing for the lookup sparkline editor (Antialiasing).
Access the sparkline editor’s data controller (DataController).
Specify records that contain data to display (LookupDataSource and LookupKeyFieldName).
Copy content from the data controller (DataValue).
Adjust offsets between the editor’s bounds and its content (Padding).
Access category and series collections (Categories and Series).
The Properties and ActiveProperties properties of a lookup sparkline editor reference a TdxLookupSparklineProperties object.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TdxSparklineProperties TdxLookupSparklineProperties
See Also