TdxLookupSparklineProperties Class
Contains a lookup sparkline editor‘s settings.
Declaration
TdxLookupSparklineProperties = class(
TdxSparklineProperties
)
Remarks
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.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomEditProperties
TdxSparklineProperties
TdxLookupSparklineProperties
See Also