Uses of Class
org.pentaho.chart.model.Axis.LabelOrientation

Packages that use Axis.LabelOrientation
org.pentaho.chart.model   
 

Uses of Axis.LabelOrientation in org.pentaho.chart.model
 

Methods in org.pentaho.chart.model that return Axis.LabelOrientation
 Axis.LabelOrientation Axis.getLabelOrientation()
           
static Axis.LabelOrientation Axis.LabelOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Axis.LabelOrientation[] Axis.LabelOrientation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.pentaho.chart.model with parameters of type Axis.LabelOrientation
 void Axis.setLabelOrientation(Axis.LabelOrientation labelOrientation)