PivotChart.DetailProcessing

Syntax:

DetailProcessing(<Details>, <StandardProcessing>)

Parameters:

<Details>

Type: Arbitrary.
Details value of the pivot chart point, series or 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 by double-clicking on a pivot chart value, point or series for which the details value is set.

Note:

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

See also:

ChartPoint, property Details
ChartSeries, property Details
ChartValue, property Details

    

1C:Enterprise Developer's Community