Interface JRCandlestickPlot

  • All Superinterfaces:
    java.lang.Cloneable, JRChartPlot, JRCloneable, JRTimeAxisFormat, JRValueAxisFormat
    All Known Implementing Classes:
    JRBaseCandlestickPlot, JRDesignCandlestickPlot, JRFillCandlestickPlot

    public interface JRCandlestickPlot
    extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat
    The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions. It can be used only in combination with a Candlestick chart.
    The Candlestick chart uses a High-Low dataset, but unlike the High-Low chart, the Candlestick chart can make use of the volume value inside each dataset item.
    The volume value is displayed as the body of the candlestick figure rendered for each item. The volume is displayed by default in a Candlestick chart but can be suppressed by setting the isShowVolume flag to false.
    Author:
    Ionut Nedelcu (ionutned@users.sourceforge.net)
    • Method Detail

      • getTimeAxisLabelExpression

        JRExpression getTimeAxisLabelExpression()
      • getValueAxisLabelExpression

        JRExpression getValueAxisLabelExpression()
      • getDomainAxisMinValueExpression

        JRExpression getDomainAxisMinValueExpression()
      • getDomainAxisMaxValueExpression

        JRExpression getDomainAxisMaxValueExpression()
      • getRangeAxisMinValueExpression

        JRExpression getRangeAxisMinValueExpression()
      • getRangeAxisMaxValueExpression

        JRExpression getRangeAxisMaxValueExpression()
      • getShowVolume

        java.lang.Boolean getShowVolume()