|
+--BBjSysGui
|
+--BBjWindow
|
+--BBjBarChart
In BBj 7.0 and higher, the BBjBarChart control displays data in a bar chart format.
DropTarget, Focusable, TabTraversable
A BBjBarChart object is created through the following BBjWindow methods:
|
Return Value |
Method |
|
BBjBarChart |
addBarChart(int ID, int x, int y, int width, int height, string xLabel, string yLabel, int seriesCount, int categoryCount, boolean is3D, boolean isHorizontal) |
|
BBjBarChart |
addBarChart(int ID, int x, int y, int width, int height, string xLabel, string yLabel, int seriesCount, int categoryCount, boolean is3D, boolean isHorizontal, string flags) |
|
Return Value |
Method |
|
boolean |
is3D() |
|
string |
getTitle() |
|
string |
|
|
string |
|
|
boolean |
|
|
void |
setBarValue(int series, int category, int value) |
|
void |
setCategoryName(int category, string name) |
|
void |
setSeriesName(int series, string name) |
|
void |
setTitle(string title) |
|
void |
setXLabel(string label) |
|
void |
setYLabel(string label) |
|
Return Value |
Method |
|
int |
|
|
void |
setDropActions(int actions) |
|
void |
setDropType(BBjVector types) |
|
Return Value |
Method |
|
boolean |
|
|
void |
setFocusable(boolean p_focus) |
|
Return Value |
Method |
|
boolean |
|
|
void |
setTabTraversable(boolean trav) |
|
Return Value |
Method |
|
void |
|
Return Value |
Method |
|
void |
writePNGToServer(string filename) |
|
void |
writePNGToServer(string filename, boolean writeAlpha, int compression) |
|
Callback Code |
Object-oriented Event |
Read Record Event |
Code |
|
ON_GAINED_FOCUS |
f | ||
|
ON_LOST_FOCUS |
f | ||
|
ON_MOUSE_ENTER |
E | ||
|
ON_MOUSE_EXIT |
E | ||
|
ON_POPUP_REQUEST |
r | ||
|
ON_RIGHT_MOUSE_DOWN |
R |
None.
CALLBACK Verb - Register BBj Subroutine
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.