Imsl.Chart2D Namespace |
Class | Description | |
---|---|---|
AbstractChartNode |
The base class of all of the nodes in 2D chart trees.
| |
Annotation |
Draws an annotation.
| |
Axis |
The Axis node provides the mapping for all of its children from
the user coordinate space to the device (screen) space.
| |
Axis1D |
An x-axis or a y-axis.
| |
AxisLabel |
The labels on an axis.
| |
AxisLine |
The axis line.
| |
AxisR |
The R-axis in a polar plot.
| |
AxisRLabel |
The labels on an axis.
| |
AxisRLine |
The radius axis line in a polar plot.
| |
AxisRMajorTick |
The major tick marks for the radius axis in a polar plot.
| |
AxisTheta |
The angular axis in a polar plot.
| |
AxisTitle |
The title on an axis.
| |
AxisUnit |
The unit on an axis.
| |
AxisXY |
The axes for an x-y chart.
| |
Background |
The background of a chart.
| |
Bar |
A bar chart.
| |
BarItem |
A single bar in a bar chart.
| |
BarSet |
A set of bars in a bar chart.
| |
BoxPlot |
Draws a multiple-group Box plot.
| |
BoxPlotStatistics |
Computes the statistics for one set of observations in a
Boxplot.
| |
Candlestick |
Candlestick plot of stock data.
| |
CandlestickItem |
A candlestick for the up days or the down days.
| |
Chart |
The root node of the chart tree.
| |
ChartNode |
The base class of all of the nodes in the 2D chart tree.
| |
ChartSpline |
Wraps a spline into a ChartFunction to be plotted.
| |
ChartTitle |
The main title of a chart.
| |
Contour |
A Contour chart shows level curves of a two-dimensional function.
| |
ContourLegend |
A legend for a contour chart.
| |
ContourLevel | ContourLevel draws a level curve line and the fill area between
the level curve and the next smaller level curve.
| |
Data |
A data node in the chart tree.
| |
Dendrogram |
A Dendrogram chart for cluster analysis.
| |
Draw |
Renders the chart tree to the screen.
| |
DrawMap |
Creates an HTML client-side imagemap from a chart tree.
| |
DrawPick |
The DrawPick class.
| |
ErrorBar |
Renders data points with error bars.
| |
FillPaint |
A collection of methods to create Brush objects for fill areas.
| |
FrameChart |
FrameChart is a Form that contains a chart.
| |
Grid |
Draws the grid lines perpendicular to an axis.
| |
GridPolar |
Draws the grid lines for a polar plot.
| |
Heatmap | Heatmap creates a chart from a two-dimensional array of double
precision values or Color
values.
| |
HeatmapLegend |
A legend for use with a Heatmap.
| |
HighLowClose |
High-low-close plot of stock data.
| |
Legend |
A Chart legend.
| |
MajorTick |
The major tick marks.
| |
MinorTick |
The minor tick marks.
| |
PanelChart |
A Windows.Forms.Panel that contains a chart.
| |
PickEventArgs |
An event that indicates that a chart element has been selected.
| |
Pie |
A pie chart.
| |
PieSlice |
One wedge of a pie chart.
| |
Polar |
This Axis node is used for polar charts.
| |
SplineData |
A data set created from a Spline.
| |
Text |
The value of the attribute "Title".
| |
ToolTip |
A tool tip for a chart element.
| |
TransformDate |
Defines a transformation along an axis that skips weekend dates.
| |
Treemap | Treemap creates a chart from two arrays of double precision
values or one data array and one array of
Color values. The size of each
element is scaled using the first input array. The second array of
values or colors is used to shade the corresponding area.
| |
TreemapLegend |
A legend for use with a Treemap.
| |
WebChart |
A WebChart provides a component to use in ASP.NET applications
that holds a Chart object.
|
Structure | Description | |
---|---|---|
Colormap_Fields | Colormaps are mappings from the unit interval to Colors.
|
Interface | Description | |
---|---|---|
ChartFunction |
An interface that allows a function to be plotted.
| |
Colormap |
An interface used to implement colormaps.
| |
Transform |
Defines a custom transformation along an axis.
|
Delegate | Description | |
---|---|---|
PickEventHandler |
The delegate for receiving pick events.
|
Enumeration | Description | |
---|---|---|
TreemapOrientationMethod |
Methods to configure drawing of the treemap cells.
|