SetFunnelDataActual method: Chart class

Syntax

SetFunnelDataActual(Record_Name.Field_Name)

Description

Use the SetFunnelDataActual method to specify a field that contains the actual numeric data for the funnel chart. Alternatively, this data can be specified using the SetDataYAxis method. This data is required for a funnel chart, and must be specified by one of these two methods.

The target data for a funnel chart can be specified in either of these ways:

  • Using the SetFunnelDataTarget method to specify a field. In this way, the target data can vary for each data point.

  • Using the FunnelPercentMeasure property. When this property is True, a default target value of 100.00 is used (which overrides any target data is specified by the SetFunnelDataTarget method).

Parameters

Parameter Description

Record_Name.Field_Name

Specify the name of the record, and the field on that record, that contains the data for the y-axis for the funnel chart.

Returns

None.