| Class | Description |
---|
| BarChartLayout |
The BarChartLayout class calculates the size and position of all of the itemRenderers for
all of the series in a BarChart. |
| ChartBaseLayout | |
| ColumnChartLayout |
The ColumnChartLayout arranges the graphics in vertical columns (or whatever shape
the renderer uses) using a category axis horizontally and a linear axis vertically. |
| LineChartCategoryVsLinearLayout |
The LineChartCategoryVsLinearLayout displays a line graph of plot points
where the horizontal axis is category value and the vertical axis is numeric. |
| LineChartLinearVsLinearLayout |
The LineChartLinearVsLinearLayout displays a line graph of plot points
where both axes are numeric values. |
| PieChartLayout |
The PieChartLayout class calculates the size and position of all of the itemRenderers for
a PieChart. |
| StackedBarChartLayout |
The StackedBarChartLayout class calculates the size and position of all of the itemRenderers for
all of the series in a StackedBarChart. |
| StackedColumnChartLayout |
The StackedColumnChartLayout class calculates the size and position of all of the itemRenderers for
all of the series in a StackedColumnChart. |