PivotChart.GetPicture

Syntax:

GetPicture(<Width>, <Height>, <PictureFormat>)

Parameters:

<Width> (optional)

Type: Number.
Picture width in pixels. If <Height> or <Width> = 0, use current dimensions of the pivot chart. If they are both 0, the default dimensions are used.
Default value: 0.

<Height> (optional)

Type: Number.
Picture height in pixels. If <Height> or <Width> = 0, use current dimensions of the pivot chart. If they are both 0, the default dimensions are used.
Default value: 0.

<PictureFormat> (optional)

Type: PictureFormat.
This can be used to define the picture format.
Available values for raster graphics are:
BMP, PNG and base type.
For vector graphics only the base type is allowed.
Default value: BMP.

Returned value:

Type: Picture.

Description:

Obtains a pivot chart picture.

Availability:

Thick client.

    

1C:Enterprise Developer's Community