IMSL C# Numerical Library

Bar Class

A bar chart.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Data
            Imsl.Chart2D.Bar
               Imsl.Chart2D.QC.ParetoChart

public class Bar : Data

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

The class Bar has children of class BarItem. The attribute "BarItem" in class Bar is set to the BarItem array of children.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Bar Members | Imsl.Chart2D Namespace | Example | BarSet | BarItem