[]
Renders chart image and returns the image Url.
public override string TransferImage(FpChart fpChart)
Public Overrides Function TransferImage(fpChart As FpChart) As String
| Type | Name | Description |
|---|---|---|
| FpChart | fpChart | The instance of FpChart control. |
| Type | Description |
|---|---|
| string | Url of chart image. |
Tranfer an image object to storage cacche and return its path
public virtual string TransferImage(Image image, ImageType outputImageType)
Public Overridable Function TransferImage(image As Image, outputImageType As ImageType) As String
| Type | Name | Description |
|---|---|---|
| Image | image | The image. |
| ImageType | outputImageType | Type of the output image. |
| Type | Description |
|---|---|
| string |