IMSL C# Numerical Library

Chart Class

The root node of the chart tree.

For a list of all members of this type, see Chart Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Chart

public class Chart : ChartNode, ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This chart node creates the following child nodes: Background, ChartTitle and Legend.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Chart Members | Imsl.Chart2D Namespace | Example