CategoryPlot3D class.See: Description
| Interface | Description |
|---|---|
| CategoryColorSource |
A color source that can supply the colors for category plots.
|
| CategoryRenderer3D |
Defines the methods that all renderers must support to work with a
CategoryPlot3D. |
| Class | Description |
|---|---|
| AbstractCategoryRenderer3D |
A base class that can be used to implement renderers for a
CategoryPlot3D. |
| AreaRenderer3D |
A renderer for creating 3D area charts from data in a
CategoryDataset3D (for use with a CategoryPlot3D). |
| BarRenderer3D |
A renderer for creating 3D bar charts from a
CategoryDataset3D (for
use with a CategoryPlot3D). |
| LineRenderer3D |
A renderer that can be used with the
CategoryPlot3D class to create
3D lines charts from data in a CategoryDataset3D. |
| StackedBarRenderer3D |
A renderer that can be used with the
CategoryPlot3D class to create
3D stacked bar charts from data in a CategoryDataset3D. |
| StandardCategoryColorSource |
A standard implementation of the
CategoryColorSource interface. |
CategoryPlot3D class.