|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphAxisValues
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
GraphAxisValues
interface represents the values of graph axis.
GraphAxisProperties.getValues()
Method Summary | |
---|---|
int |
getFrequency()
Returns the value frequency. |
FontOrientation |
getOrientation()
Returns the orientation for the values. |
void |
setFrequency(int freq)
Changes the value frequency. |
void |
setOrientation(FontOrientation o)
Sets the orientation for the values. |
Methods inherited from interface com.businessobjects.rebean.wi.Decoration |
---|
getAlignment, getAttributes, getBackgroundAlignment, getFont, setAlignment, setAttributes, setBackgroundAlignment, setFont |
Method Detail |
---|
FontOrientation getOrientation()
void setOrientation(FontOrientation o)
o
- the new orientationint getFrequency()
-1
means that all values labels will be placed
automatically0
means no values labels at all1
means a value label for each value2
means one value label for every two values3
means one value label for every three values
void setFrequency(int freq)
getFrequency()
for a
description of possible values. Note that for this method, any freq
< 0
will be interpreted as "determine frequency automatically."
freq
- the new value frequencyGraphAxisValues.getFrequency()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |