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


In This Topic
    ChartWall Class
    In This Topic
    Each of the five standard chart walls is represented by an instance of this class.
    Object Model
    ChartWall Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public MustInherit Class ChartWall 
    'Usage
     
    Dim instance As ChartWall
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public abstract class ChartWall 
    Remarks
    The user obtains a reference to a specific chart wall with the help of the Wall method of the Chart class.
    Example
    The following code changes the color of the chart floor.
    Chart.Wall(ChartWallType.Floor).FillEffect.SetSolidColor(Color.Yellow)
    Chart.Wall(ChartWallType.Floor).FillEffect.SetSolidColor(Color.Yellow);
    Inheritance Hierarchy
    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.  
    Top
    Public Properties
     NameDescription
    Public PropertyGives access to the LineProperties object controlling the line properties applied on the chart wall border.  
    Public PropertyGives access to the FillEffect object controlling the fill effect applied on the chart wall.  
    Public PropertyGives access to the Interactivity object controlling the interactivity features of the chart wall.  
    Public PropertyGives access to the Shadow object controlling the shadow of the wall. Only the back wall has a shadow. Shadows are visible when the scene is rendered with GDI+.  
    Public PropertyControls the visibility of the chart wall.  
    Public PropertySpecifies the width of the chart wall.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this wall  
    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.  
    Protected 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