ChartNodeBackground Property |
The base graphic layer displayed behind other ChartNode
objects in the tree.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Background Background { get; }
Public Overridable ReadOnly Property Background As Background
Get
public:
virtual property Background^ Background {
Background^ get ();
}
abstract Background : Background with get
override Background : Background with get
Property Value
Type:
Background
A
Background which contains the "Background" attribute value.
See Also