TdxSparklineSeriesCollection.Add Method
Creates a new series within the series collection.
Declaration
function Add: TdxSparklineSeries;
Returns
Type |
---|
TdxSparklineSeries |
Remarks
You can call this function to add a new item to the list of the sparkline series. To access a specific series, use the control’s Properties.Series.Item[I] property.
See Also