TRVReportChartItemInfo.ChartIconType

<< Click to display table of contents >>

TRVReportChartItemInfo.ChartIconType

A chart icon displayed when designing a report.

type
  TRVChartType = (
    rvctPie, rvctLine, rvctBars, rvctArea,
    rvctPoints, rvctOther);
 
property ChartIconType: TRVChartType;

Specifies the schematic image that is displayed in this document item in the report template.

It is recommended to set it so that it matches the generated charts.

Value

Meaning

rvctPie

pie chart

rvctLine

line chart

rvctBars

bar chart

rvctArea

area chart

rvctPoints

points chart

rvctOther

other/unknown type of chart

This property does not affect the final chart images.

Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change value of this property as an editing operation (rveipcChartIconType).

Default value

rvctBars