[]
        
(Showing Draft Content)

FarPoint.Web.Chart.Wall

Wall Class

Represents a chart wall. A wall can be assigned a border, a fill, and a width.

Inheritance
Wall
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
[TypeConverter(typeof(GenericTypeConverter<Wall>))]
public class Wall : ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of Wall)))>
Public Class Wall
    Implements ICloneable, IXmlSerializable

Constructors

Name Description
Wall()

Creates a new wall.

Wall(Wall)

Creates a new wall that is a deep copy of the specified wall.

Wall(bool)

Creates a new wall with the specified visibility.

Properties

Name Description
Border

Gets the border of the wall.

Fill

Gets the fill of the wall.

Visible

Gets the visibility of the wall.

Width

Gets the width of the wall.

Methods

Name Description
Clone()

Creates a deep copy of this wall.

GetSchema()

This method is reserved and should not be used.

OnChanged(EventArgs)

Raises the Changed event.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.

Events

Name Description
Changed

Occurs when the wall is changed.