PivotChart.Selection

Syntax:

Selection(<ChartValue>, <StandardProcessing>)

Parameters:

<ChartValue>

Type: ChartPoint; ChartSeries; ChartValue.
Pivot chart value.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.

Description:

Occurs when a pivot chart isdouble-clicked.

Note:

If the pivot chart is located in a form (or in a spreadsheetlocated in a form), then the form handler procedure is used.

    

1C:Enterprise Developer's Community