| Interface | Description |
|---|---|
| Axes |
Chart's axes.
|
| Axis |
Represents an axis.
|
| BaseFigure |
Container for
Charts. |
| Chart |
Represents a graph.
|
| Figure |
An interface for constructing plots.
|
| Series |
Base series that all data series inherit from.
|
| Theme |
The theme of a chart.
|
| Class | Description |
|---|---|
| Font |
A font used to represent text.
|
| LineStyle |
Specifies the drawing style of a line.
|
| PlottingConvenience |
A library of methods for constructing plots.
|
| Enum | Description |
|---|---|
| Font.FontStyle |
Style of font.
|
| LineStyle.LineEndStyle |
Style for drawing the end of a line.
|
| LineStyle.LineJoinStyle |
Style for drawing the connections between line segments.
|
| PlotStyle |
Style of plot (e.g.
|