Interface SChartAxis

All Known Implementing Classes:
AbstractChartAxisAdv, CategoryAxisImpl, ChartAxisImpl, DateAxisImpl, ValueAxisImpl

public interface SChartAxis
Represent an axis in SChart.
Author:
henri
  • Method Details

    • getId

      long getId()
    • getType

      Returns the type of this axis.
      Returns:
    • getMax

      Double getMax()
      Returns the maximum value on this axis.
    • setMax

      void setMax(Double max)
    • getMin

      Double getMin()
      Returns the minimum value on this axis.
    • setMin

      void setMin(Double min)
    • getFormat

      String getFormat()
      Returns the tick label in excel format; null if no such info.
    • setFormat

      void setFormat(String format)