Chart.FileName Property

Gets or sets the name of the file that contains the chart image.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property FileName As String 
    Get
'Usage
Dim instance As Chart 
Dim value As String 

value = instance.FileName
public string FileName { get; }
public:
property String^ FileName {
    String^ get ();
}
member FileName : string
function get FileName () : String

Property Value

Type: System.String
The name of the file.

See Also

Reference

Chart Class

System.Web.Helpers Namespace