dotnetCHARTING Send comments on this topic.
FileName Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : FileName Property


See Chart.FileManager.FileName.

Syntax

Visual Basic (Declaration) 
Public Property FileName As String
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
C# 
public string FileName {get; set;}

Example

C#Copy Code
Chart.FileName = "sales1";

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

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

See Also

© 2010 All Rights Reserved.