GeneralSettings Class
See Also  Members  
Xceed.Chart.Server Assembly > Xceed.Chart.Server Namespace : GeneralSettings Class


The GeneralSettings object contains properties related to the general behavior of the server control e.g. where the temporary images are stored as well as the criteria used to determine whether or not an image is considered expired.

Object Model

GeneralSettings Class

Syntax

Visual Basic (Declaration) 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class GeneralSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeneralSettings
C# 
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[SerializableAttribute()]
public class GeneralSettings 

Inheritance Hierarchy

System.Object
   Xceed.Chart.Server.GeneralSettings

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also