Method | Description | |
---|---|---|
FCIMGGenerator ( string imageData_FCFormat, string width, string height, string bgcolor ) : System |
Generates bitmap data for the image from a FusionCharts export format the height and width of the original export needs to be specified the default background color can also be specified
|
|
getBinaryStream ( string strFormat ) : MemoryStream |
Gets the binary data stream of the image The passed parameter determines the file format of the image to be exported
|
Method | Description | |
---|---|---|
getImageObject ( ) : Bitmap |
Retreives the bitmap image object
|
|
getImageObject ( int id ) : Bitmap |
Generates bitmap data for the image from a FusionCharts export format the height and width of the original export needs to be specified the default background color should also be specified
|
|
setBitmapData ( string imageData_FCFormat, string width, string height, string bgcolor ) : void |
Generates bitmap data for the image from a FusionCharts export format the height and width of the original export needs to be specified the default background color can also be specified
|
public FCIMGGenerator ( string imageData_FCFormat, string width, string height, string bgcolor ) : System | ||
imageData_FCFormat | string | |
width | string | |
height | string | |
bgcolor | string | |
return | System |
public getBinaryStream ( string strFormat ) : MemoryStream | ||
strFormat | string | |
return | MemoryStream |