Skip to main content

Create(TdxSparklineProperties) Constructor

Creates an empty series collection.

Declaration

constructor Create(AProperties: TdxSparklineProperties); virtual;

Parameters

Name Type
AProperties TdxSparklineProperties

Remarks

The sparkline editor’s constructor calls this constructor internally to create an empty series collection available via the Properties.Series property. The constructor accepts the target editor’s properties as the AProperties parameter to obtain the collection items type. To populate the collection with new items, call the Add function.

See Also