.netCHARTING v10.5 Documentation
Properties  Methods 

dotnetCHARTING Namespace : FileManager Class
FileManager Class Members

The following tables list the members exposed by FileManager.

Public Properties
 NameDescription
Public PropertyGets a value indicating whether the chart was renderd or a cached image was used.  
Public PropertyGets or sets a System.TimeSpan object that determines the amount of time an image is cached and displayed on a page before a new one is generated.  
Public PropertyGets or sets a System.TimeSpan object that determines the minimum amount of time images are stored in the TempDirectory folder before they are deleted.  
Public PropertyGets or sets a System.TimeSpan object that determines the amount of time the TempDirectory folder would be checked for deleting old image files.  
Public PropertySets the file name to save an image as, or gets the file name of an image that has been saved in the TempDirectory after a chart is generated.  
Public PropertyGets or sets Jpg file quality. (Worse quality) 0 - 100 (Best quality)  
Public PropertyGets or sets a ImageFormat Enumeration specifying the image file type.  
Public PropertyGets or sets the directory where images generated by the control are temporarily stored.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Saves a System.IO.MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control.  
Top
See Also