Xceed Chart for WinForms v4.4 Documentation
ChartWall Class
Members  Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : ChartWall Class
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

System.Object
   Xceed.Chart.Core.ChartWall
      Xceed.Chart.Core.ChartFloor
      Xceed.Chart.Core.PolarWall
      Xceed.Chart.Core.RadarWall
      Xceed.Chart.Core.VerticalWall

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

Reference

ChartWall Members
Xceed.Chart.Core Namespace