Represents a background image used in a chart image.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class BackImage
C#
public class BackImage
Visual C++
public ref class BackImage
JavaScript
Nasosoft.Chart.Drawing.BackImage = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.BackImage');

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.BackImage

See Also