TdxCustomSparklineEdit.ActiveProperties Property
Provides access to the current appearance and behavior settings.
Declaration
property ActiveProperties: TdxSparklineProperties read;
Property Value
Type | Description |
---|---|
TdxSparklineProperties | Sparkline appearance and behavior settings. |
Remarks
If the sparkline editor has an assigned repository item, the ActiveProperties property returns properties of the repository item. Otherwise, ActiveProperties returns the sparkline editor’s Properties value.
Refer to the TdxSparklineProperties class description for information on available options.
See Also