See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

FileName Property

See Chart.FileManager.FileName.

[Visual Basic]
Public Property FileName As String
[C#]
public string FileName {get; set;}

Example

[C#] 

Chart.FileName = "sales1"; 
  
//With default image format, the generated file will be "sales1.png"

[Visual Basic] 

Chart.FileName = "sales1"

'With default image format, the generated file will be "sales1.png"

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.