com.businessobjects.rebean.wi
Interface GraphData

All Superinterfaces:
Decoration

public interface GraphData
extends Decoration

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

GraphData interface represents the data values in the chart.

See Also:
Graph.getData()

Method Summary
 FontOrientation getOrientation()
          Returns the orientation for the data labels.
 boolean isShaped()
          Checks if the data representation in this chart has shapes to try and help identify different values on a black and white display, typically after printing.
 boolean isVisible()
          Checks if the data labels in the chart are visible.
 void setOrientation(FontOrientation o)
          Sets the orientation for the data labels.
 void setShaped(boolean b)
          Defines if shapes should be used to represent data or not.
 void setVisible(boolean b)
          Shows or hides data lables in the chart.
 
Methods inherited from interface com.businessobjects.rebean.wi.Decoration
getAlignment, getAttributes, getBackgroundAlignment, getFont, setAlignment, setAttributes, setBackgroundAlignment, setFont
 

Method Detail

isVisible

boolean isVisible()
Checks if the data labels in the chart are visible.

Returns:
true if there are data labels for the values in the chart

setVisible

void setVisible(boolean b)
Shows or hides data lables in the chart.

Parameters:
b - when true, all data labels will be shown.

isShaped

boolean isShaped()
Checks if the data representation in this chart has shapes to try and help identify different values on a black and white display, typically after printing.

Returns:
true if special shapes are used to identify data

setShaped

void setShaped(boolean b)
Defines if shapes should be used to represent data or not.

Parameters:
b - when true, shapes will be used
See Also:
GraphData.isShaped()

getOrientation

FontOrientation getOrientation()
Returns the orientation for the data labels.

Returns:
the orientation for the data labels

setOrientation

void setOrientation(FontOrientation o)
Sets the orientation for the data labels.

Parameters:
o - the new orientation