[]
Represents a chart wall. A wall can be assigned a border, a fill, and a width.
[TypeConverter(typeof(GenericTypeConverter<Wall>))]
public class Wall : ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of Wall)))>
Public Class Wall
Implements ICloneable, IXmlSerializable
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. |
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. |
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. |
Name | Description |
---|---|
Changed | Occurs when the wall is changed. |