|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBoxPropertySet
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 |
|---|
int getLayout()
void setLayout(int x)
x - QbChart.VERTICAL or QbChart.HORIZONTAL
|
ESPRESSCHART 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||