getFunnelLabel()

This method returns the object ID of labels in a funnel graph (GraphType 106).

Syntax:

IdentObj getFunnelLabel();

Example:

setData(0,0,10);
setData(1,0,20);
setData(2,0,30);
setSeriesLabel(0, "Series 0");
setSeriesLabel(1, "Series 1");
setSeriesLabel(2, "Series 2");
setDisplayFunnelGroup(0);
setDataRangeToExtent();
setGraphType(106);
setTitleString("Funnel Chart");
setTransparentBorderColor(getFrame(), true);
setFillColor(getFunnelLabel(), new Color(255,0,0));

funnel graph

See getFunnelCrust(), getFunnelFeeler(), getFunnelValueLabel().

For information about formatting numeric labels, see Formatting Numbers and Numeric Labels.


WebFOCUS