|
<< Click to display table of contents >> TRVReportDxChart.ImageSizeMultiplier |
A factor by which the size of the generated raster image is increased.
property ImageSizeMultiplier: Double;
This property is used when chart images are generated as raster images (see ResultType). It specifies the factor by which the size of the generated image is increased.
For example, if this property is set to 2, a chart with a size of 150×100 pixels will be rendered as an image of 300×200 pixels. The image is inserted in the document and scaled down to the chart size (that is, 150×100).
This property can be useful for improving image quality when printing or displaying charts on high-DPI screens. Note that the sizes of chart elements (such as text height and line width) remain the same as in the non-scaled image; when the image is scaled down to the chart size, these elements will appear smaller.
Default value
1