TdxSparklineProperties.Series Property
Provides access to a series collection and its settings.
Declaration
property Series: TdxSparklineSeriesCollection read; write;
Property Value
Type |
---|
TdxSparklineSeriesCollection |
Remarks
Use this property to manage series and customize their display settings. For instance, you can use the sparkline editor’s Properties.Series.Items property to access an individual series within the collection.
Refer to the TdxSparklineSeriesCollection class description for details.
See Also