An image that is to rendered when this ChartNode is displayed.

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

Syntax

C#
public virtual Image ImageAttr { get; set; }
Visual Basic (Declaration)
Public Overridable Property ImageAttr As Image
Visual C++
public:
virtual property Image^ ImageAttr {
	Image^ get ();
	void set (Image^ value);
}

Field Value

An Image which contains the "Image" attribute value.

See Also