Spread for ASP.NET 12 Product Documentation
ImageUrl Property (FileImageRender)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FileImageRender Class : ImageUrl Property
Gets or sets the path and filename of the image file to be generated.
Syntax
'Declaration
 
Public Overridable Property ImageUrl As String
'Usage
 
Dim instance As FileImageRender
Dim value As String
 
instance.ImageUrl = value
 
value = instance.ImageUrl
public virtual string ImageUrl {get; set;}
Remarks
If ImageUrl is empty, these names are automatically manufactured by the web chart control.
See Also

Reference

FileImageRender Class
FileImageRender Members