BBjPieChart::setSliceValue
Description
In BBj 7.0 and higher, this BBjPieChart method sets the value that is to be represented by a slice of this pie chart.
Syntax
Return Value |
Method |
void |
setSliceValue(string key, double value) |
Parameters
Variable |
Description |
key |
The index of the slice. |
value |
The value of the slice. |
Return Value
None.
Remarks
None.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.