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


In This Topic
    BackWall Class
    In This Topic
    This member is reserved for internal use and is not intended to be used directly from your code.
    Object Model
    BackWall Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class BackWall 
       Inherits VerticalWall
    'Usage
     
    Dim instance As BackWall
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class BackWall : VerticalWall 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.ChartWall
          Xceed.Chart.Core.VerticalWall
             Xceed.Chart.Core.BackWall

    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartWall)
    Top
    Public Properties
     NameDescription
    Public PropertyGives access to the LineProperties object controlling the line properties applied on the chart wall border. (Inherited from Xceed.Chart.Core.ChartWall)
    Public PropertyGives access to the FillEffect object controlling the fill effect applied on the chart wall. (Inherited from Xceed.Chart.Core.ChartWall)
    Public PropertyGives access to the Interactivity object controlling the interactivity features of the chart wall. (Inherited from Xceed.Chart.Core.ChartWall)
    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+. (Inherited from Xceed.Chart.Core.ChartWall)
    Public PropertyControls the visibility of the chart wall. (Inherited from Xceed.Chart.Core.ChartWall)
    Public PropertySpecifies the width of the chart wall. (Inherited from Xceed.Chart.Core.ChartWall)
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this wall (Inherited from Xceed.Chart.Core.ChartWall)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.VerticalWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartWall)
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.ChartWall)
    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