jChart represents the chart frame (axis, title, legend, etc.). Each overlay then is placed within the chart and displayed in the order that they are added.
Classes
| Class | Description | |
|---|---|---|
| Chart |
This is the base class for all jChart charts.
| |
| ChartDimensions |
Describes the interior layout of a chart.
| |
| ChartException |
Generic errors having to do with charting
| |
| GraphChart |
Base class for charts (not gauges). Types of charts may be added to a GraphChart as OverLays.
All overlays are displayed in the order that they are added, and clicking on a point in the chart
will return all data for all OverLays occupying that point.
| |
| Indicator |
The jChart.Indicator object describes an
indicator. Indicators are markers that appear at data points
on scatter charts and optionally on line charts.
| |
| Legend |
The jChart.Legend object describes the properties of chart legend.
| |
| RegionArea |
The RegionArea object describes a region on a chart. There is one region for each distinct value in each
series. Regions may overlap. The purpose of the RegionArea object is to identify which part of which
series a user has clicked on, when drilling down into a chart.
| |
| XAxis |
The XAxis object describes the properties of the X Axis including label values and display font.
| |
| YAxis |
The YAxis object describes the properties of either the Y1 or Y2 Axis including label values and display font.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Indicator..::.Type |
Specifies the type of indicator that will be displayed on scatter plots or at the junction of line charts.
| |
| Legend..::.Position |
Indicates the position of the legend within the chart.
| |
| XAxis..::.Rotation |
Indicates the alignment of the text on the X-Axis.
| |
| YAxis..::.Alignment |
Indicates the position of this Y Axis on the chart (left side or right side)
|