TRVReportChartItemInfo.Series

<< Click to display table of contents >>

TRVReportChartItemInfo.Series

A collection of items, each of which defines the information required to populate a single chart data series.

property Series: TRVReportChartSeriesCollection;

Direct changes of this property cannot be undone by the user.

Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change the count of items as an editing operation (rveipcSeriesCount). Last items are deleted or new items are added when assigning to this property.

Use TRichViewEdit.SetCurrentItemExtraStrPropertyEx to change values of properties of items.