Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FileImageRender Class / ImageUrl Property
Example


In This Topic
    ImageUrl Property (FileImageRender)
    In This Topic
    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.
    Example
    This example saves the chart image to a file.
    See Also