Chart.Selection

Syntax:

Selection(<ChartValue>, <StandardProcessing>)

Parameters:

<ChartValue>

Type: ChartPoint; ChartSeries; ChartValue.
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 the user double-clicks on a chart.

Note:

If the chart is placed in a form (or in a spreadsheet document in a form), then a form handler will be used.

    

1C:Enterprise Developer's Community