Interface JRHighLowPlot

All Superinterfaces:
Cloneable, JRChartPlot, JRCloneable, JRTimeAxisFormat, JRValueAxisFormat
All Known Implementing Classes:
JRBaseHighLowPlot, JRDesignHighLowPlot, JRFillHighLowPlot

public interface JRHighLowPlot extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat
Used only in combination with High-Low charts, this type of plot lets users customize the labels for both axes, like all the other axis-oriented plots.
This special type of plot draws the items as vertical lines that start at the high value and go downward to the low value. On each line the plot displays by default small ticks to indicate the open and close values corresponding to the current item. To suppress these ticks, set to false the two flags available inside the plot definition: isShowCloseTicks and isShowOpenTicks.
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)
  • Method Details

    • getTimeAxisLabelExpression

      JRExpression getTimeAxisLabelExpression()
    • getValueAxisLabelExpression

      JRExpression getValueAxisLabelExpression()
    • getDomainAxisMinValueExpression

      JRExpression getDomainAxisMinValueExpression()
    • getDomainAxisMaxValueExpression

      JRExpression getDomainAxisMaxValueExpression()
    • getRangeAxisMinValueExpression

      JRExpression getRangeAxisMinValueExpression()
    • getRangeAxisMaxValueExpression

      JRExpression getRangeAxisMaxValueExpression()
    • getShowOpenTicks

      Boolean getShowOpenTicks()
    • getShowCloseTicks

      Boolean getShowCloseTicks()