Class FXCategoryChartInfo

java.lang.Object
org.eclnt.fxcharts.data.FXChartInfo
org.eclnt.fxcharts.data.FXCategoryChartInfo

public class FXCategoryChartInfo extends FXChartInfo
  • Field Details

  • Constructor Details

    • FXCategoryChartInfo

      public FXCategoryChartInfo()
    • FXCategoryChartInfo

      public FXCategoryChartInfo(int chartType)
  • Method Details

    • getChartType

      public int getChartType()
    • setChartType

      public void setChartType(int chartType)
    • isVertical

      public boolean isVertical()
    • setVertical

      public void setVertical(boolean vertical)
    • getCategories

      public List<String> getCategories()
    • setCategories

      public void setCategories(List<String> categories)
    • getSeries

      public List<FXCategoryChartSeries> getSeries()
    • setSeries

      public void setSeries(List<FXCategoryChartSeries> series)
    • getCategoryAxisLabel

      public String getCategoryAxisLabel()
    • setCategoryAxisLabel

      public void setCategoryAxisLabel(String categoryAxisLabel)
    • getValueAxisLabel

      public String getValueAxisLabel()
    • setValueAxisLabel

      public void setValueAxisLabel(String valueAxisLabel)