| Name | Description | Type | Package | Framework |
| AreaChartView | Presents chart data using an area plot. | Class | org.apache.pivot.charts | Apache Pivot |
| BarChartView | Presents chart data using a bar plot. | Class | org.apache.pivot.charts | Apache Pivot |
| Candlestick | Represents value data for high/low chart views. | Class | org.apache.pivot.charts.content | Apache Pivot |
| CategorySeries | Represents series data for category chart views. | Class | org.apache.pivot.charts.content | Apache Pivot |
| ChartView | Abstract base class for chart views. | Class | org.apache.pivot.charts | Apache Pivot |
| ChartView .Category | Represents a chart category. | Class | org.apache.pivot.charts.ChartView | Apache Pivot |
| ChartView .Element | Represents an element of a chart, such as a bar or a pie wedge. | Class | org.apache.pivot.charts.ChartView | Apache Pivot |
| ChartViewCategoryListener | Chart view category listener interface. | Interface | org.apache.pivot.charts | Apache Pivot |
| ChartViewListener | Chart view listener interface. | Interface | org.apache.pivot.charts | Apache Pivot |
| ChartViewSeriesListener | Chart view series listener interface. | Interface | org.apache.pivot.charts | Apache Pivot |
| ChartViewSkin | Abstract base class for chart view skins. | Class | org.apache.pivot.charts.skin | Apache Pivot |
| HighLowChartView | Presents chart data using open/high/low/close plot. | Class | org.apache.pivot.charts | Apache Pivot |
| Interval | Represents value data for interval chart views. | Class | org.apache.pivot.charts.content | Apache Pivot |
| LineChartView | Presents chart data using a line plot. | Class | org.apache.pivot.charts | Apache Pivot |
| PieChartView | Presents chart data using a pie plot. | Class | org.apache.pivot.charts | Apache Pivot |
| Point | Represents value data for x/y chart views. | Class | org.apache.pivot.charts.content | Apache Pivot |
| Provider | Provides a mapping from a concrete component class to a skin class. | Interface | org.apache.pivot.charts | Apache Pivot |
| ProviderNotFoundException | Thrown when a suitable chart provider cannot be located. | Class | org.apache.pivot.charts | Apache Pivot |
| ValueSeries | Represents series data for value chart views. | Class | org.apache.pivot.charts.content | Apache Pivot |