The background of a chart.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class Background : AxisXY
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Background _
	Inherits AxisXY
Visual C++
[SerializableAttribute]
public ref class Background : public AxisXY

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.

Inheritance Hierarchy

See Also