|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent
|
+--oracle.dss.graph.BaseDataComponent
|
+--oracle.dss.graph.DataMarker
Represents a data value in a point, line, scatter, or bubble graph. In the BI Beans, a point graph is a line graph with the LineDataLineDisplayed property specified to false.
Each data marker on a scatter graph represents two data values. On a bubble graph, each data marker represents three data values.
| Method Summary | |
int |
getMarkerSize()Retrieves the size of the data markers, in virtual coordinates. |
void |
setMarkerSize(int size)Specifies the size of the data markers, in virtual coordinates. |
| Methods inherited from class oracle.dss.graph.BaseDataComponent |
selectObject |
| Method Detail |
public int getMarkerSize()
public void setMarkerSize(int size)
size - The size of the data markers, in virtual coordinates. Valid values are from zero to 100.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||