Gets or sets Image which sets the image drawn in the column.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also