|
<< Click to display table of contents >> TRVReportDxChartCatalogItem |
TRVReportDxChartCatalogItem is a class of items of the TRVReportDxChartCatalogCollection collection. It represents a named chart template, based on TdxChartControl component by Developer Express.
Unit RVReportDxChart;
Syntax
TRVReportDxChartCatalogItem =
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.