|
<< Click to display table of contents >> TRVReportTeeChartCatalogItem |
TRVReportTeeChartCatalogItem is a class of items of the TRVReportTeeChartCatalogCollection collection. It represents a named chart template, based on TChart component by Steema Software.
Unit [VCL/FMX] RVReportTeeChart / fmxRVReportTeeChart;
Syntax
TRVReportTeeChartCatalogItem =
class (TRVReportCustomChartCatalogItem)
TObject TPersistent TCollectionItem |
Properties:
•ChartTemplate – invisible TChart component owned by this item; used to generate chart images in reports;
•Name – unique name of this item; used to refer from the document item TRVReportChartItemInfo;
•Title – optional name of this item for displaying to the user;
•MaxPreviewSeriesCount – maximum count of series to use when generating an icon for this item.
Title and MaxPreviewSeriesCount are used only in the chart insertion dialog; they are not used when generating reports.