[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FileImageRender.TransferImage

TransferImage Method

TransferImage(FpChart)

Renders chart image and returns the image Url.

Declaration
public override string TransferImage(FpChart fpChart)
Public Overrides Function TransferImage(fpChart As FpChart) As String
Parameters
Type Name Description
FpChart fpChart

The instance of FpChart control.

Returns
Type Description
string

Url of chart image.

Overrides