Package quadbase.util

Interface IBoxPropertySet


public interface IBoxPropertySet
This interface is used to modify the properties associated with a 2D box chart. A handle to an object that implements this interface can be obtained by calling the gethBoxProperties method defined in QbChart. eg. QbChart chart = new QbChart(...); IBoxPropertySet box = chart.gethBoxProperties();
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the layout of the chart.
    void
    setLayout(int x)
    Sets the layout of the chart to horizontal or vertical.
  • Method Details

    • getLayout

      int getLayout()
      Returns the layout of the chart.
      Returns:
      The layout as: QbChart.HORIZONTAL or QbChart.VERTICAL
    • setLayout

      void setLayout(int x)
      Sets the layout of the chart to horizontal or vertical.
      Parameters:
      x - QbChart.VERTICAL or QbChart.HORIZONTAL