public interface CategoryAxis extends ChartAxis
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getCategories() |
java.lang.String |
getCategoryLabelPositions()
Returns the category label position specification (this contains label positioning info for all four possible axis locations).
|
void |
setCategories(java.util.List categories) |
void |
setCategoryLabelPositions(java.lang.String positions)
Sets the category label position specification for the axis and sends an AxisChangeEvent to all registered listeners.
|
clone, draw, getChartAxisTitle, getChartService, getLabelAngle, getLabelFont, getLabelPaint, getSharedAxis, getTitleFont, isAssociatedAxis, isAxisShared, isAxisTitleEdited, isCategoryAxis, isChartAxisTitleVisible, isVisible, setCategoryLabelPositions, setChartAxisTitle, setChartService, setIsAxisTitleEdited, setIsChartAxisTitleVisible, setIsSharedAxis, setLabelAngle, setLabelFont, setLabelPaint, setSharedAxis, setTitleFont, setVisibleloadFromState, saveToStatejava.lang.String getCategoryLabelPositions()
void setCategoryLabelPositions(java.lang.String positions)
Label - positionvoid setCategories(java.util.List categories)
java.util.List getCategories()