The base graphic layer displayed behind other ChartNode objects in the tree.

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

Syntax

C#
public virtual Background Background { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Background As Background
Visual C++
public:
virtual property Background^ Background {
	Background^ get ();
}

Field Value

A Background which contains the "Background" attribute value.

See Also