Intersoft WebGrid Documentation
Image Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > WebGridChartStatusArgs Class : Image Property






Gets the generated chart image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Image As Bitmap
Visual Basic (Usage)Copy Code
Dim instance As WebGridChartStatusArgs
Dim value As Bitmap
 
value = instance.Image
C# 
public Bitmap Image {get;}
Delphi 
public read-only property Image: Bitmap; 
JScript 
public function get Image : Bitmap
Managed Extensions for C++ 
public: __property Bitmap* get_Image();
C++/CLI 
public:
property Bitmap^ Image {
   Bitmap^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.