dotnetCHARTING Send comments on this topic.
FileManager Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : FileManager Class


The following tables list the members exposed by FileManager.

Public Properties

  Name Description
Public Property Cached Gets a value indicating whether a chart will be renderd or a cached image will be used.  
Public Property CachePeriod Gets or sets a TimeSpan object that determines the amount of time an image is cached and displayed on a page before a new one is generated.  
Public Property CleanupMinimumAge Gets or sets a TimeSpan object that determines the minimum amount of time images are stored in the TempDirectory folder before they are deleted.  
Public Property CleanupPeriod Gets or sets a TimeSpan object that determines the amount of time the TempDirectory folder would be checked for deleting old image files.  
Public Property FileName Sets 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 Property FileQuality Gets or sets Jpg file quality. (Worse quality) 0 - 100 (Best quality)  
Public Property ImageFormat Gets or sets a ImageFormat Enumeration specifying the image file type.  
Public Property TempDirectory Gets or sets the directory where images generated by the control are temporarily stored.  
Top

Public Methods

  Name Description
Public Method SaveImage Overloaded.  Saves a MemoryStream in the TempDirectory with the format set in chart.ImageFormat chart control.  
Top

See Also