Dendrogram.GetPicture

Syntax:

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

Parameters:

<Width> (optional)

Type: Number.
Picture width in pixels. If <Height> or <Width> = 0, the current dendrogram dimensions are used on client in the ordinary form. In other cases, the default dimensions are used.
Default value: 0.

<Height> (optional)

Type: Number.
Picture height in pixels. If <Height> or <Width> = 0, the current dendrogram dimensions are used on client in the ordinary form. In other cases, the default dimensions are used.
Default value: 0.

<PictureFormat> (optional)

Type: PictureFormat.
This can be used to define the picture format.
Allowed 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 dendrogram picture.

Availability:

Thin client, thick client.

    

1C:Enterprise Developer's Community