IMSL C# Numerical Library

Background Class

The background of a chart.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Axis
            Imsl.Chart2D.AxisXY
               Imsl.Chart2D.Background

public class Background : AxisXY

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

Grid is created by Chart as its child. It can be retrieved using the method Background.

Fill attributes (specified with FillType) in this node control the drawing of the background.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Background Members | Imsl.Chart2D Namespace