|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPopupMenu
This interface is used to set/get properties associated with the popup menu in chartviewer A handle to an object that implements that interface can be obtained by calling the gethPopupMenu method in QbChart.
| Method Summary | |
|---|---|
boolean |
isDimMenuEnabled()
This function is used to check if the 2D/3D menu is enabled in popup menu or not |
boolean |
isPopupMenuEnabled()
Get the display status of popup menu in chartviewer |
boolean |
isTypeMenuEnabled()
This function is used to check if the type menu is enabled in popup menu or not |
void |
setDimMenuEnabled(boolean b)
This function enables/disables 2D/3D menu inside the popup menu |
void |
setPopupMenuEnabled(boolean b)
This function enables/disables popup menu in chartviewer |
void |
setTypeMenuEnabled(boolean b)
This function enables/disables type menu inside the popup menu |
| Method Detail |
|---|
boolean isPopupMenuEnabled()
void setPopupMenuEnabled(boolean b)
b - True if a popup menu needs to be displayed, False otherwiseboolean isDimMenuEnabled()
void setDimMenuEnabled(boolean b)
b - True if a 2D/3D menu needs to be displayed, False otherwiseboolean isTypeMenuEnabled()
void setTypeMenuEnabled(boolean b)
b - True if a type menu needs to be displayed, False otherwise
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||