Package org.eclnt.fxcharts.data
Class FXCategoryChartInfo
java.lang.Object
org.eclnt.fxcharts.data.FXChartInfo
org.eclnt.fxcharts.data.FXCategoryChartInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidsetCategories(List<String> categories) voidsetCategoryAxisLabel(String categoryAxisLabel) voidsetChartType(int chartType) voidsetSeries(List<FXCategoryChartSeries> series) voidsetValueAxisLabel(String valueAxisLabel) voidsetVertical(boolean vertical) Methods inherited from class org.eclnt.fxcharts.data.FXChartInfo
getTitle, getTitleSide, setTitle, setTitleSide
-
Field Details
-
CHARTTYPE_BARCHART
public static final int CHARTTYPE_BARCHART- See Also:
-
CHARTTYPE_STACKEDBARCHART
public static final int CHARTTYPE_STACKEDBARCHART- See Also:
-
CHARTTYPE_LINECHART
public static final int CHARTTYPE_LINECHART- See Also:
-
CHARTTYPE_PIECHART
public static final int CHARTTYPE_PIECHART- See Also:
-
-
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
-
setCategories
-
getSeries
-
setSeries
-
getCategoryAxisLabel
-
setCategoryAxisLabel
-
getValueAxisLabel
-
setValueAxisLabel
-