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


In This Topic
    Chart Class
    In This Topic
    The Chart object is the primary object controlling a chart displayed in the Xceed Chart for WinForms component canvas.
    Object Model
    Chart Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class Chart 
    'Usage
     
    Dim instance As Chart
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class Chart 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.Chart

    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyGives you access to the collection of chart axes.  
    Public PropertyGets or sets the index of data source containted in the DataBindingManager in the chart control.  
    Public PropertyControls the chart area depth in model units.  
    Public PropertySpecifies the index of the legend on which the chart information is displayed.  
    Public PropertyControls the chart area height in model units.  
    Public PropertyGives you access to the LightModel controlling the chart scene lighting.  
    Public PropertyDefines the strategy used to fit the chart into the chart area (margins).  
    Public PropertyControls the margin rectangle of the chart.  
    Public PropertyControls the name of the chart.  
    Public PropertyControls the predefined chart style.  
    Public PropertyGives you access to the Series of the Chart object.  
    Public PropertyGives you access to the View controlling the view on the scene.  
    Public PropertyControls the visibility of the chart.  
    Public PropertyGives you access to the collection of chart walls.  
    Public PropertyControls the width of the chart in model units.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Gives you access to a standard chart axis.  
    Public MethodCreates an identical copy of this chart object  
    Public MethodConverts a point in control client coordinates to chart model coordinates  
    Public MethodConverts a model point in the chart model space to the control client viewport point.  
    Public MethodConverts a model point in the chart model space to a view point in the chart viewport.  
    Public MethodMaps a client point to a model plane specified by two axes and an origin point.  
    Public MethodShows the chart axes editor  
    Public MethodShows the chart series edtior  
    Public MethodShows the chart walls editor  
    Public MethodGives you access to the five chart walls of the component.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Events
     NameDescription
    Public EventFired after the chart is painted  
    Public EventFired before the chart is painted  
    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