[]
Represents the grid lines.
[TypeConverter(typeof(_wj))]
public class GridLine : ISerializable, ISerializeSupport
<TypeConverter(GetType(_wj))>
Public Class GridLine
Implements ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| GridLine() | Creates a new grid line. |
| GridLine(GridLineType) | Creates a new grid line of the specified line type. |
| GridLine(GridLineType, Color) | Creates a new grid line of the specified line type and color. |
| GridLine(GridLineType, Color, Color, Color) | Creates a new grid line of the specified line type and colors. |
| GridLine(GridLineType, Color, Color, Color, int) | Creates a new grid line of the specified line type, colors, and width. |
| GridLine(SerializationInfo, StreamingContext) | Represents the grid lines. |
| Name | Description |
|---|---|
| Color | Gets the color of the grid lines. |
| HighlightColor | Gets the highlight color for the grid lines. |
| ShadowColor | Gets the shadow color for the grid lines. |
| Type | Gets whether to display the grid lines and the type of grid lines to display. |
| Width | Gets the width of the grid lines. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates the SerializationInfo class with information about the GridLine object. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| ShouldSerializeWidth() | Gets whether the Width property should be serialized. |