org.pentaho.chart.model
Class TwoAxisPlot
java.lang.Object
org.pentaho.chart.model.Plot
org.pentaho.chart.model.TwoAxisPlot
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AreaPlot, BarPlot, LinePlot, ScatterPlot
public class TwoAxisPlot
- extends Plot
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.chart.model.Plot |
getBackground, getOpacity, getOrientation, getPalette, getStyle, setBackground, setBackground, setBackground, setBackground, setOpacity, setPalette |
getHorizontalAxis
public Axis getHorizontalAxis()
getVerticalAxis
public Axis getVerticalAxis()
getDomainAxis
public Axis getDomainAxis()
getRangeAxis
public NumericAxis getRangeAxis()
setOrientation
public void setOrientation(Plot.Orientation orientation)
Plot.setOrientation(Orientation)
- Overrides:
setOrientation
in class Plot