Chart.DetailProcessing

Syntax:

DetailProcessing(<Details>, <StandardProcessing>)

Parameters:

<Details>

Type: Arbitrary.
Detail value of point, series or 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 value, point, or chart series for which a detail value is set.

Note:

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

See also:

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

    

1C:Enterprise Developer's Community