vcl-dxsparkline-6fd442fe.md
The base class for sparkline editors.
TdxCustomSparklineEdit = class(
TcxCustomEdit
)
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:
Show 12 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TdxCustomSparklineEdit
See Also