| Visual Basic (Declaration) | |
|---|---|
| Public Property FileName As String | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public string FileName {get; set;} | |
| C# |  Copy Code | 
|---|---|
| Chart.FileManager.FileName="saleChart"; | |
| Visual Basic |  Copy Code | 
|---|---|
| Chart.FileManager.FileName="saleChart" | |
When empty, a random name will be created. In order for the cleanup system
            to include custom file names they must start with 'dnc-', the mask is: 'dnc-*.*'.
            
            
             
     
     
     
    