| Interface | Description |
|---|---|
| Element |
Marker interface for all elements.
|
| Class | Description |
|---|---|
| Animation | |
| Axes<T extends Serializable> |
Axes options are specified within an axes object at the top level of the plot
options like so:
{
axes: {
xaxis: {min: 5},
yaxis: {min: 2, max: 8, numberTicks:4},
x2axis: {pad: 1.5},
y2axis: {ticks:[22, 44, 66, 88]}
}
}
There are 2 x axes, 'xaxis' and 'x2axis', and 9 yaxes, 'yaxis', 'y2axis'.
|
| CanvasOverlay |
CanvasOverlay object.
|
| Cursor |
Plugin class representing the cursor as displayed on the plot.
|
| DashedHorizontalLine |
DashedHorizontalLine object.
|
| DashedVerticalLine |
DashedVerticalLine object.
|
| ElemContainer |
The Class ElemContainer.
|
| FillBetween |
The Class FillBetween.
|
| Grid<T extends Serializable> |
Object representing the grid on which the plot is drawn.
|
| GridPadding |
GridPadding
|
| Highlighter | |
| HorizontalLine |
HorizontalLine object.
|
| Legend |
Legend object.
|
| LegendRenderer | |
| Line |
Line object.
|
| LineObject |
Container for all line types used with a canvas overlay.
|
| MarkerOptions |
The default jqPlot marker renderer, rendering the points on the line.
|
| PointLabels |
The Class PointLabels.
|
| RendererOptions |
Renderer options.
|
| Serie |
The Class Serie.
|
| SeriesDefaults |
SeriesDafaults
|
| TickOptions |
A 'tick' object showing the value of a tick/gridline on the plot.
|
| Title |
Plot Title object.
|
| Trendline |
TrendLine
|
| VerticalLine |
VerticalLine object.
|
| Enum | Description |
|---|---|
| Location | |
| TooltipAxes |
Copyright © 2025. All rights reserved.