| Class | Description | 
|---|---|
| AnalysisInternalsAccessor_xjal | This class is internal and shouldn't be called by user. it may be removed/renamed in future. | 
| BarChart | The chart that displays a number of data items as bars with dimension proportional
 to their values (which can be negative). | 
| BasicDataSet | A data set capable of storing 2D (X,Y) data of type double and maintaining the
 up-to-date minimum and maximum of the stored data for each dimension. | 
| Chart<E extends ChartItem> | The base class for all charts. | 
| Chart.Direction | multipurpose direction/position constants | 
| Chart.GridPosition | grid text position constants | 
| Chart.InterpolationType | interpolation types | 
| Chart.LegendOrientation | |
| Chart.PointStyle | line point styles | 
| Chart.ScaleType | scale types | 
| Chart.TimeWindowMovementType | |
| Chart1D | The base class for all charts that display a collection of single data items,
 like Pie, Bar, or Stack. | 
| Chart1DSum | A base class for all charts that display the fractions of the data items 
 of their total (like Pie or Stack). | 
| Chart2D | The base class for all charts that display a collection of two-dimensional data sets,
 like Plot, TimePlot, TimeStack, Color. | 
| Chart2DPlot | The base class for all charts that display a collection of two-dimensional data sets
 in the form of plots, like Plot, TimePlot. | 
| Chart2DPlot.Appearance | Descriptor or a data set plot appearance. | 
| ChartItem | An item that holds data and can be displayed by a chart (a unit of what
 can be displayed by the chart). | 
| ColorMapping | Conditional expression which determines the color of the value in  TimeColorChart | 
| ColorMappingOperator | Operator for  ColorMapping- conditional expression which determines the color of the value inTimeColorChart | 
| DataItem | A chart item that contains a single scalar value of type double. | 
| DataSet | A data set capable of storing 2D (X,Y) data of type double and maintaining the
 up-to-date minimum and maximum of the stored data for each dimension. | 
| DataSet.SvgSynchronizationHandler | |
| DataUpdater_xjal | This class provides another way to override update() method of data set, histogram and other data elements. | 
| Histogram | The chart that displays a collection of histograms. | 
| Histogram.Appearance | Descriptor or a histogram appearance. | 
| Histogram2D | The chart that displays a collection of two-dimensional histograms. | 
| Histogram2D.Appearance | Descriptor or histogram 2D appearance. | 
| Histogram2DData | Data (PDF, CDF, etc.) of an array of histograms, each having a certain range of base
 (x) values and a range of data - y values. | 
| HistogramData | A base class for unidimensional histograms data objects. | 
| HistogramSimpleData | Data of a histogram with a fixed minimum, maximum and number of intervals. | 
| HistogramSmartData | Data of a histogram with a fixed number of intervals but auto-adjustable data range. | 
| PieChart | The chart that displays a number of data items in the form of a pie where
 each data item has a sector with angular extension proportional to its 
 fraction the total sum of the data items. | 
| Plot | The chart that displays a collection of data sets as plots - polylines with point at 
 each data point and straingh lines in between. | 
| StackChart | The chart that displays a number of data items in the form of a stack where
 each data item has a bar with dimension proportional to its fraction the total
 sum of the data items. | 
| StatisticsContinuous | Statistics on a value that persists in continuous time but changes only
 at discrete time moments (like e.g. | 
| StatisticsDiscrete | Statistics on a series of data samples of type double. | 
| TimeColorChart | The chart that displays a collection of data sets as a number of horizontal strips
 with color varying along the X (time) axis. | 
| TimeColorChart.ColorMap | Deprecated. | 
| TimePlot | The chart that displays a collection of data sets as plots - polylines with point at 
 each data point and straight lines in between. | 
| TimeStackChart | The chart that displays a collection of data sets in the form of a timed stack, 
 i.e. |