TRVReportTeeChartCatalogItem

Properties

<< Click to display table of contents >>

TRVReportTeeChartCatalogItem

Properties

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)

hmtoggle_arrow1Hierarchy

Description

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.