Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Settings Class
Members


In This Topic
    Settings Class
    In This Topic
    Controls settings related to the chart rendering and scaling like antialiasing, jittering and 2D object scaling.
    Object Model
    Settings Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)>
    <SerializableAttribute()>
    Public Class Settings 
    'Usage
     
    Dim instance As Settings
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)]
    [Serializable()]
    public class Settings 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.Settings

    Public Constructors
     NameDescription
    Public ConstructorThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyWhether or not to cache the internal image map created by the control.  
    Public PropertyThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public PropertyWhether or not to render antialiased lines in transparent polygons in a single pass.  
    Public PropertyEnables the antialising feature of the control.  
    Public PropertyEnable the jittering (full scene antialiasing) feature of the control.  
    Public PropertyThe maximum deviation of the jittering samples from the original image in pixels.  
    Public PropertyThe number of image samples rendered by the control to produce a jittered image.  
    Public PropertyControls the device used for rendering (GDI+ / OpenGL).  
    Public PropertyInstructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.  
    Public PropertyWhether or not to render the chart to a bitmap or use a double buffer window.  
    Public PropertyAn additional scale to the 2D objects of the chart.  
    Public PropertyThis member is reserved for internal use and is not intended to be used directly from your code.  
    Public PropertyControls the opacity of the background.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of the settings object  
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also