IMSL C# Numerical Library

Imsl.Chart2D Namespace

2D Charting classes

Namespace hierarchy

Classes

Class Description
AbstractChartNode The base class of all of the nodes in 2D chart trees.
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.
BoxPlot.Statistics 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.
Contour.Legend 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.
Heatmap.Legend 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.
WebChart A WebChart provides a component to use in ASP.NET applications that holds a Chart object.

Interfaces

Interface Description
ChartFunction An interface that allows a function to be plotted.
Colormap An interface used to impliment colormaps.
Transform Defines a custom transformation along an axis.

Structures

Structure Description
Colormap_Fields Colormaps are mappings from the unit interval to Colors.

Delegates

Delegate Description
PickEventHandler The delegate for receiving pick events.