FunnelPercentMeasure property: Chart class

Description

Use this property to set a Boolean value indicating whether to display the funnel chart data as a percentage of the default target value: 100.00.

Note:

If this property is True, then any target data specified by the SetFunnelDataTarget method is ignored.

This property is read/write.

Example

&oChart.SetFunnelDataActual(CHART_RECORD.CHART_SALES);
&oChart.FunnelPercentMeasure = True;