TRVReportDxChart.ResultType

<< Click to display table of contents >>

TRVReportDxChart.ResultType

Specifies the format of output chart images.

type
  TRVDxChartResultType = 
    (rvcrtPng, rvcrtSvg, rvcrtMetafile);
 
property ResultType: TRVDxChartResultType;

Value

Format of images

rvcrtPng

PNG image

rvcrtSvg

SVG image

rvcrtMetafile

Windows metafile

Default value

rvcrtPng

See also

ImageSizeMultiplier