Sets the difference (expressed in Quote %) used to define the Funnel segment color.
public Double DifferenceLimit {get; set;}

Remarks


Default: 30.0

The DifferenceLimit property defines the difference (expressed in Quote percentage), used by the internal algorithm to define the Funnel segment color.

If the Opportunity value falls below (100-Difference)*Quote/100 then the BelowColor will be used to paint the Funnel segment. If the Opportunity value falls between (100-Difference)*Quote/100 and Quote, then the WithinColor will be used to paint the Funnel segment. Otherwise (if Opportunity > Quote) the AboveColor will be used to paint the Funnel segment.

See Also

Funnel Class | Funnel Members | Steema.TeeChart.Styles Namespace