|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to modify the properties associated with a 2D box chart. A handle to an object that implements this interface can be obtained by calling the gethBoxProperties method defined in QbChart. eg. QbChart chart = new QbChart(...); IBoxPropertySet box = chart.gethBoxProperties();
| Method Summary | |
int |
getLayout()
Returns the layout of the chart. |
void |
setLayout(int x)
Sets the layout of the chart to horizontal or vertical. |
| Method Detail |
public int getLayout()
public void setLayout(int x)
x - QbChart.VERTICAL or QbChart.HORIZONTAL
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||