[]
        
(Showing Draft Content)

FarPoint.Web.Chart.HttpHandlerImageRender.GetImageUrl

GetImageUrl Method

GetImageUrl(FpChart)

Gets the image Url.

Declaration
public override string GetImageUrl(FpChart fpChart)
Public Overrides Function GetImageUrl(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