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
    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