TdxCustomSparklineEdit Class
The base class for sparkline editors.
Declaration
TdxCustomSparklineEdit = class(
TcxCustomEdit
)
Remarks
The TdxCustomSparklineEdit class extends its ancestor with members that allow you to do the following:
Access the control’s current settings (ActiveProperties).
Fit content to the control area (AutoSize).
Customize sparkline chart settings (Properties).
Identify whether the control can accept focus (CanFocus).
Copy the sparkline chart to the clipboard (CopyToClipboard).
Do not use the TdxCustomSparklineEdit class directly. Use the following descendants instead:
Inheritance
See Also