Inherited Variables
|
Inherited Methods
|
constructor Funnel [line 59]
destructor __destruct [line 74]
method addFunnel [line 402]
void addFunnel(
$aQuote,
$aOpportunity,
$aLabel,
$aColor)
|
|
Tags:
Parameters:
method addSampleValues [line 414]
method addSegment [line 610]
int addSegment(
aQuote
$aQuote, aOpportunity
$aOpportunity, aLabel
$aLabel, aColor
$aColor)
|
|
Adds new Funnel segment to the Series.
Tags:
Parameters:
method clicked [line 105]
The ValueIndex of the "clicked" point in the Series.
Tags:
Overrides
Series::clicked() (Returns the ValueIndex of the "clicked" point in the Series.
Clicked means the X and Y coordinates are in the point screen region bounds. If no point is "touched", Clicked returns -1)
Parameters:
method doBeforeDrawChart [line 342]
method draw [line 622]
method drawMark [line 426]
void drawMark(
$valueIndex,
$st,
$aPosition)
|
|
Tags:
Overrides
Series::drawMark() (parent method not documented)
Parameters:
method drawValue [line 510]
void drawValue(
valueIndex
$valueIndex)
|
|
Called internally. Draws the "ValueIndex" point of the Series.
Tags:
Overrides
Series::drawValue() (Called internally. Draws the "ValueIndex" point of the Series.)
Parameters:
method getAboveColor [line 223]
Funnel segment color if Opportunity value is greater than Quote value.
Default value: GREEN
Tags:
method getAutoUpdate [line 566]
Reconstructs FunnelSeries with every added point.
To speed up the drawing of Funnel series, set the AutoUpdate to false and call the Recalculate method when all points are added.
Default value: true
Tags:
method getBelowColor [line 271]
Funnel segment color if Opportunity value is more than the DifferenceLimit % below the Quote value.
Default value: RED
Tags:
method getBrush [line 316]
Defines Brush to fill Funnel Series.
Tags:
method getCountLegendItems [line 349]
method getDescription [line 655]
method getDifferenceLimit [line 454]
double getDifferenceLimit(
)
|
|
The difference (expressed in Quote %) used 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.
Default value: 30
Tags:
method getLegendString [line 375]
String getLegendString(
legendIndex
$legendIndex, legendTextStyle
$legendTextStyle)
|
|
Returns LegendString for LegendIndex'th item.
Tags:
Overrides
Series::getLegendString() (Returns the formatted String corresponding to the LegendIndex point.)
Parameters:
method getLinesPen [line 304]
Defines Pen to draw FunnelSeries bounding polygon.
Tags:
method getMarkText [line 330]
void getMarkText(
$valueIndex)
|
|
Tags:
Overrides
Series::getMarkText() (Returns the String corresponding to the Series Mark text for a given ValueIndex point.
The Mark text depends on the Marks.Style method.
)
Parameters:
method getMaxXValue [line 490]
Returns the Maximum Value of the Series X Values List.
Tags:
Overrides
Series::getMaxXValue() (The Maximum Value of the Series X Values List.)
method getMinXValue [line 501]
Returns the Minimum Value of the Series X Values List.
As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.
Tags:
Overrides
Series::getMinXValue() (The Minimum Value of the Series X Values List.)
method getMinYValue [line 481]
Returns the Minimum Value of the Series Y Values List.
As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.
Tags:
Overrides
Series::getMinYValue() (The Minimum Value of the Series Y Values List.)
method getOpportunityValues [line 554]
void getOpportunityValues(
)
|
|
Tags:
method getPen [line 292]
Define Pen to draw the Funnel Chart.
Tags:
method getQuotesSorted [line 535]
boolean getQuotesSorted(
)
|
|
Sorts added segments by QuoteValues in descending order.
Setting QuotesSorted to false will enable the internal sorting algorithm.
Default value: false
Tags:
method getQuoteValues [line 437]
Accesses the quote values of the FunnelSeries.
Tags:
method getWithinColor [line 247]
Funnel segment color if Opportunity value is within DifferenceLimit % below the Quote value.
Default value: YELLOW
Tags:
method legendItemColor [line 353]
method readResolve [line 118]
method reCalc [line 587]
Uses all Quote and Opportunity values to restatic finalruct the Funnel chart.
Tags:
method setAboveColor [line 235]
void setAboveColor(
value
$value)
|
|
Funnel segment color if Opportunity value is greater than Quote value.
Default value: GREEN
Tags:
Parameters:
method setAutoUpdate [line 576]
void setAutoUpdate(
value
$value)
|
|
Reconstructs FunnelSeries with every added point.
Default value: true
Tags:
Parameters:
method setBelowColor [line 283]
void setBelowColor(
value
$value)
|
|
Funnel segment color if Opportunity value is more than the DifferenceLimit % below the Quote value.
Default value: RED
Tags:
Parameters:
method setChart [line 320]
method setDifferenceLimit [line 466]
void setDifferenceLimit(
value
$value)
|
|
Sets the difference (expressed in Quote %) used to define the Funnel segment color.
Default value: 30
Tags:
Parameters:
method setOpportunityValues [line 550]
void setOpportunityValues(
$value)
|
|
Tags:
Parameters:
method setQuotesSorted [line 545]
void setQuotesSorted(
value
$value)
|
|
Sorts added segments by QuoteValues in descending order.
Default value: false
Tags:
Parameters:
method setWithinColor [line 259]
void setWithinColor(
value
$value)
|
|
Funnel segment color if Opportunity value is within DifferenceLimit % below the Quote value.
Default value: YELLOW
Tags:
Parameters:
method __get [line 45]
method __set [line 52]
void __set(
$property,
$value)
|
|
Overrides
Series::__set() (parent method not documented)
Parameters: