| Name | Description | Type | Package | Framework |
| AbstractTimeTickCalculator | An abstract super class that makes it easier to create a custom time tick calculator. | Class | com.jidesoft.chart.axis | JideSoft |
|
| Axis | Represents an axis in the chart display. | Class | com.jidesoft.chart.axis | JideSoft |
|
| AxisComponent | A visual axis component that can used independently from, but in conjunction with, a Chart. | Class | com.jidesoft.chart.axis | JideSoft |
|
| AxisPlacement | EAxisPlacement is used to specify where to put an axis on a chart. | Class | com.jidesoft.chart.axis | JideSoft |
|
| AxisQuantity | This enum enables us to distinguish among numeric, time and category ranges without using details of Java classes (such as NumericAxis or TimeRange) | Class | com.jidesoft.chart.axis | JideSoft |
|
| AxisType | Occasionally useful for specifying which of the axis you want to apply some processing to. | Class | com.jidesoft.chart.axis | JideSoft |
|
| CategoryAxis | An axis used specifically for displaying categorical values. | Class | com.jidesoft.chart.axis | JideSoft |
|
| CategoryTickCalculator | | Interface | com.jidesoft.chart.axis | JideSoft |
|
| DefaultCategoryTickCalculator | A default implementation of a tick calculator for category-based values. | Class | com.jidesoft.chart.axis | JideSoft |
|
| DefaultNumericTickCalculator | A default implementation of a tick calculator for numeric values. | Class | com.jidesoft.chart.axis | JideSoft |
|
| DefaultTimeTickCalculator | A default implementation of a tick calculator for time-based axes. | Class | com.jidesoft.chart.axis | JideSoft |
|
| IntegerAxis | A NumericAxis that, by default, generates ticks for Integer values only. | Class | com.jidesoft.chart.axis | JideSoft |
|
| IntegerTickCalculator | A tick calculator that generates ticks only at integer values along the axis range. | Class | com.jidesoft.chart.axis | JideSoft |
|
| NumericAxis | An axis class specialised for numeric values. | Class | com.jidesoft.chart.axis | JideSoft |
|
| NumericTickCalculator | An interface implemented by objects that calculate tick positions on numeric axes. | Interface | com.jidesoft.chart.axis | JideSoft |
|
| SimpleNumericTickCalculator | This class makes it easy to create custom ticks on a numeric axis by specifying an initial value for the location of a major tick and then specifying increments for major and (optionally) minor ticks. | Class | com.jidesoft.chart.axis | JideSoft |
|
| SimpleTimeTickCalculator | SimpleTimeTickCalculator provides an easy way of generating ticks on a time axis by specifying the Calendar. | Class | com.jidesoft.chart.axis | JideSoft |
|
| Tick | Ticks are generated at regular intervals along an axis and displayed as little dashed lines on the axis to give an indication of the gradation. | Class | com.jidesoft.chart.axis | JideSoft |
|
| TickCalculator | This interface is implemented by all objects that calculate tick positions for axes, whether for numeric, category or time-based axes. | Interface | com.jidesoft.chart.axis | JideSoft |
|
| TimeAxis | An axis class specialised for time-based values. | Class | com.jidesoft.chart.axis | JideSoft |
|
| TimeTickCalculator | An interface implemented by classes that calculate tick positions on time-based axes. | Interface | com.jidesoft.chart.axis | JideSoft |