Interface ChartAxisFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ChartAxiscreateCategoryAxis(AxisPosition pos)Deprecated.ChartAxiscreateDateAxis(AxisPosition pos)Deprecated.ValueAxiscreateValueAxis(AxisPosition pos)Deprecated.
-
-
-
Method Detail
-
createValueAxis
ValueAxis createValueAxis(AxisPosition pos)
Deprecated.- Parameters:
pos-- Returns:
- new value axis at the end of the list at the specified chart position
-
createCategoryAxis
ChartAxis createCategoryAxis(AxisPosition pos)
Deprecated.- Parameters:
pos-- Returns:
- new category axis at the end of the list at the specified chart position
-
createDateAxis
ChartAxis createDateAxis(AxisPosition pos)
Deprecated.- Parameters:
pos-- Returns:
- new date category axis at the end of the list at the specified chart position
-
-