public interface CategoryAxis extends ChartAxis
Modifier and Type | Method and Description |
---|---|
List |
getCategories() |
String |
getCategoryLabelPositions()
Returns the category label position specification (this contains label positioning info for all four possible axis locations).
|
void |
setCategories(List categories) |
void |
setCategoryLabelPositions(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, setVisible
loadFromState, saveToState
String getCategoryLabelPositions()
void setCategoryLabelPositions(String positions)
Label
- positionvoid setCategories(List categories)
List getCategories()